Html Css Color HEX #B9BF1F Rio Grande

📋 copy color: '#B9BF1F'

red 185 ◦ green 191 ◦ blue 31

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

Shades of Rio Grande #B9BF1F

Tints of Rio Grande #B9BF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 46.93%

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

R = 45.45%
G = 46.93%
B = 7.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B9BF1F (or 0xB9BF1F) is known color: Rio Grande. HEX triplet: B9, BF and 1F. RGB value is (185,191,31). Sum of RGB (Red+Green+Blue) = 185+191+31=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF1F is #4640E0. Grayscale: #ABABAB. Windows color (decimal): -4604129 or 2080697. OLE color: 2080697.

HSL color Cylindrical-coordinate representation of color #B9BF1F: hue angle of 62.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9BF1F is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 191 31 -
CMYK 0.03 0 0.84 0.25
HSL 62.25º 0.72% 0.44% -
HSV(B) 62.25º 0.84% 0.75% -
XYZ 38.89 47.67 8.45 -
YUV 170.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 185 191 31 0.03 0 0.84 0.25 62.25 0.72 0.44
Hex B9 BF 1F 3 0 54 19 3E 48 2C
Octal 271 277 37 3 0 124 31 76 110 54
Binary 10111001 10111111 11111 11 0 1010100 11001 111110 1001000 101100

Color Harmonies of #B9BF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF1F

Black with #B9BF1F

Text Example


Text Example

White with #B9BF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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