Html Css Color HEX #B9CC25 Rio Grande

📋 copy color: '#B9CC25'

red 185 ◦ green 204 ◦ blue 37

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

Shades of Rio Grande #B9CC25

Tints of Rio Grande #B9CC25

RGB

 RED value IS 185 (72.66% from 255) = 43.43%

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

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

R = 43.43%
G = 47.89%
B = 8.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#B9CC25 (or 0xB9CC25) is known color: Rio Grande. HEX triplet: B9, CC and 25. RGB value is (185,204,37). Sum of RGB (Red+Green+Blue) = 185+204+37=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC25 is #4633DA. Grayscale: #B3B3B3. Windows color (decimal): -4600795 or 2477241. OLE color: 2477241.

HSL color Cylindrical-coordinate representation of color #B9CC25: hue angle of 66.83º 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 #B9CC25 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 37 -
CMYK 0.09 0 0.82 0.2
HSL 66.83º 0.69% 0.47% -
HSV(B) 66.83º 0.82% 0.8% -
XYZ 41.93 53.63 9.89 -
YUV 179.28 47.71 132.08 -
System Red Green Blue C M Y K H S L
Decimal 185 204 37 0.09 0 0.82 0.2 66.83 0.69 0.47
Hex B9 CC 25 9 0 52 14 43 45 2F
Octal 271 314 45 11 0 122 24 103 105 57
Binary 10111001 11001100 100101 1001 0 1010010 10100 1000011 1000101 101111

Color Harmonies of #B9CC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC25

Black with #B9CC25

Text Example


Text Example

White with #B9CC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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