Html Css Color HEX #B9CE1B Rio Grande

📋 copy color: '#B9CE1B'

red 185 ◦ green 206 ◦ blue 27

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

Shades of Rio Grande #B9CE1B

Tints of Rio Grande #B9CE1B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.28%

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

R = 44.26%
G = 49.28%
B = 6.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#B9CE1B (or 0xB9CE1B) is known color: Rio Grande. HEX triplet: B9, CE and 1B. RGB value is (185,206,27). Sum of RGB (Red+Green+Blue) = 185+206+27=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE1B is #4631E4. Grayscale: #B4B4B4. Windows color (decimal): -4600293 or 1822393. OLE color: 1822393.

HSL color Cylindrical-coordinate representation of color #B9CE1B: hue angle of 67.04º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9CE1B is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 27 -
CMYK 0.10 0 0.87 0.19
HSL 67.04º 0.77% 0.46% -
HSV(B) 67.04º 0.87% 0.81% -
XYZ 42.28 54.54 9.34 -
YUV 179.32 42.04 132.05 -
System Red Green Blue C M Y K H S L
Decimal 185 206 27 0.10 0 0.87 0.19 67.04 0.77 0.46
Hex B9 CE 1B A 0 57 13 43 4D 2E
Octal 271 316 33 12 0 127 23 103 115 56
Binary 10111001 11001110 11011 1010 0 1010111 10011 1000011 1001101 101110

Color Harmonies of #B9CE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE1B

Black with #B9CE1B

Text Example


Text Example

White with #B9CE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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