Html Css Color HEX #B9BF1B Rio Grande

📋 copy color: '#B9BF1B'

red 185 ◦ green 191 ◦ blue 27

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

Shades of Rio Grande #B9BF1B

Tints of Rio Grande #B9BF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.7%

R = 45.91%
G = 47.39%
B = 6.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#B9BF1B (or 0xB9BF1B) is known color: Rio Grande. HEX triplet: B9, BF and 1B. RGB value is (185,191,27). Sum of RGB (Red+Green+Blue) = 185+191+27=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF1B is #4640E4. Grayscale: #ABABAB. Windows color (decimal): -4604133 or 1818553. OLE color: 1818553.

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

Color convert

RGB 185 191 27 -
CMYK 0.03 0 0.86 0.25
HSL 62.2º 0.75% 0.43% -
HSV(B) 62.2º 0.86% 0.75% -
XYZ 38.84 47.66 8.19 -
YUV 170.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 185 191 27 0.03 0 0.86 0.25 62.2 0.75 0.43
Hex B9 BF 1B 3 0 56 19 3E 4B 2B
Octal 271 277 33 3 0 126 31 76 113 53
Binary 10111001 10111111 11011 11 0 1010110 11001 111110 1001011 101011

Color Harmonies of #B9BF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF1B

Black with #B9BF1B

Text Example


Text Example

White with #B9BF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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