Html Css Color HEX #B9C31F Rio Grande

📋 copy color: '#B9C31F'

red 185 ◦ green 195 ◦ blue 31

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

Shades of Rio Grande #B9C31F

Tints of Rio Grande #B9C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

 BLUE value IS 31 (12.5% from 255) = 7.54%

R = 45.01%
G = 47.45%
B = 7.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#B9C31F (or 0xB9C31F) is known color: Rio Grande. HEX triplet: B9, C3 and 1F. RGB value is (185,195,31). Sum of RGB (Red+Green+Blue) = 185+195+31=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C31F is #463CE0. Grayscale: #ADADAD. Windows color (decimal): -4603105 or 2081721. OLE color: 2081721.

HSL color Cylindrical-coordinate representation of color #B9C31F: hue angle of 63.66º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9C31F is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 31 -
CMYK 0.05 0 0.84 0.24
HSL 63.66º 0.73% 0.44% -
HSV(B) 63.66º 0.84% 0.76% -
XYZ 39.77 49.44 8.74 -
YUV 173.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 185 195 31 0.05 0 0.84 0.24 63.66 0.73 0.44
Hex B9 C3 1F 5 0 54 18 40 49 2C
Octal 271 303 37 5 0 124 30 100 111 54
Binary 10111001 11000011 11111 101 0 1010100 11000 1000000 1001001 101100

Color Harmonies of #B9C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C31F

Black with #B9C31F

Text Example


Text Example

White with #B9C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C31F; }

 p { color: rgb(185,195,31); }

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

background-color css

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

 a { background-color: rgb(185,195,31); }

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

border-color css

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

 span { border-color: rgb(185,195,31); }

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