Html Css Color HEX #B2CC25 Rio Grande

📋 copy color: '#B2CC25'

red 178 ◦ green 204 ◦ blue 37

#B2CC25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B2CC25

Tints of Rio Grande #B2CC25

RGB

 RED value IS 178 (69.92% from 255) = 42.48%

 GREEN value IS 204 (80.08% from 255) = 48.69%

 BLUE value IS 37 (14.84% from 255) = 8.83%

R = 42.48%
G = 48.69%
B = 8.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2CC25 (or 0xB2CC25) is known color: Rio Grande. HEX triplet: B2, CC and 25. RGB value is (178,204,37). Sum of RGB (Red+Green+Blue) = 178+204+37=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC25 is #4D33DA. Grayscale: #B1B1B1. Windows color (decimal): -5059547 or 2477234. OLE color: 2477234.

HSL color Cylindrical-coordinate representation of color #B2CC25: hue angle of 69.34º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2CC25 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 37 -
CMYK 0.13 0 0.82 0.2
HSL 69.34º 0.69% 0.47% -
HSV(B) 69.34º 0.82% 0.8% -
XYZ 40.29 52.78 9.82 -
YUV 177.19 48.89 128.58 -
System Red Green Blue C M Y K H S L
Decimal 178 204 37 0.13 0 0.82 0.2 69.34 0.69 0.47
Hex B2 CC 25 D 0 52 14 45 45 2F
Octal 262 314 45 15 0 122 24 105 105 57
Binary 10110010 11001100 100101 1101 0 1010010 10100 1000101 1000101 101111

Color Harmonies of #B2CC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC25

Black with #B2CC25

Text Example


Text Example

White with #B2CC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC25; }

 p { color: rgb(178,204,37); }

 H1.HeaderClassName
 {
   color: #B2CC25;
 }
 .AnyTagClassName
 {
   color: #B2CC25;
 }
</style>

background-color css

<style>
 a { background-color: #B2CC25; }

 a { background-color: rgb(178,204,37); }

 div.DivClassName
 {
   background-color: #B2CC25;
 }
 .BgClassName
 {
   background-color: #B2CC25;
 }
</style>

border-color css

<style>
 span { border-color: #B2CC25; }

 span { border-color: rgb(178,204,37); }

 td.TdClassName
 {
   border-color: #B2CC25;
 }
 .TagClassName
 {
   border-color: #B2CC25;
 }
</style>