Html Css Color HEX #B9C925 Rio Grande

📋 copy color: '#B9C925'

red 185 ◦ green 201 ◦ blue 37

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

Shades of Rio Grande #B9C925

Tints of Rio Grande #B9C925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

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

R = 43.74%
G = 47.52%
B = 8.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#B9C925 (or 0xB9C925) is known color: Rio Grande. HEX triplet: B9, C9 and 25. RGB value is (185,201,37). Sum of RGB (Red+Green+Blue) = 185+201+37=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C925 is #4636DA. Grayscale: #B2B2B2. Windows color (decimal): -4601563 or 2476473. OLE color: 2476473.

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

Color convert

RGB 185 201 37 -
CMYK 0.08 0 0.82 0.21
HSL 65.85º 0.69% 0.47% -
HSV(B) 65.85º 0.82% 0.79% -
XYZ 41.23 52.22 9.66 -
YUV 177.52 48.7 133.34 -
System Red Green Blue C M Y K H S L
Decimal 185 201 37 0.08 0 0.82 0.21 65.85 0.69 0.47
Hex B9 C9 25 8 0 52 15 42 45 2F
Octal 271 311 45 10 0 122 25 102 105 57
Binary 10111001 11001001 100101 1000 0 1010010 10101 1000010 1000101 101111

Color Harmonies of #B9C925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C925

Black with #B9C925

Text Example


Text Example

White with #B9C925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C925; }

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

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

background-color css

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

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

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

border-color css

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

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

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