Html Css Color HEX #B1BD16 Rio Grande

📋 copy color: '#B1BD16'

red 177 ◦ green 189 ◦ blue 22

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

Shades of Rio Grande #B1BD16

Tints of Rio Grande #B1BD16

RGB

 RED value IS 177 (69.53% from 255) = 45.62%

 GREEN value IS 189 (74.22% from 255) = 48.71%

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 45.62%
G = 48.71%
B = 5.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#B1BD16 (or 0xB1BD16) is known color: Rio Grande. HEX triplet: B1, BD and 16. RGB value is (177,189,22). Sum of RGB (Red+Green+Blue) = 177+189+22=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BD16 is #4E42E9. Grayscale: #A7A7A7. Windows color (decimal): -5128938 or 1490353. OLE color: 1490353.

HSL color Cylindrical-coordinate representation of color #B1BD16: hue angle of 64.31º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1BD16 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 189 22 -
CMYK 0.06 0 0.88 0.26
HSL 64.31º 0.79% 0.41% -
HSV(B) 64.31º 0.88% 0.74% -
XYZ 36.47 45.8 7.68 -
YUV 166.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 177 189 22 0.06 0 0.88 0.26 64.31 0.79 0.41
Hex B1 BD 16 6 0 58 1A 40 4F 29
Octal 261 275 26 6 0 130 32 100 117 51
Binary 10110001 10111101 10110 110 0 1011000 11010 1000000 1001111 101001

Color Harmonies of #B1BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD16

Black with #B1BD16

Text Example


Text Example

White with #B1BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD16; }

 p { color: rgb(177,189,22); }

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

background-color css

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

 a { background-color: rgb(177,189,22); }

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

border-color css

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

 span { border-color: rgb(177,189,22); }

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