Html Css Color HEX #B1BB17 Bahia

📋 copy color: '#B1BB17'

red 177 ◦ green 187 ◦ blue 23

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

Shades of Bahia #B1BB17

Tints of Bahia #B1BB17

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.32%

 BLUE value IS 23 (9.38% from 255) = 5.94%

R = 45.74%
G = 48.32%
B = 5.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B1BB17 (or 0xB1BB17) is known color: Bahia. HEX triplet: B1, BB and 17. RGB value is (177,187,23). Sum of RGB (Red+Green+Blue) = 177+187+23=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BB17 is #4E44E8. Grayscale: #A5A5A5. Windows color (decimal): -5129449 or 1555377. OLE color: 1555377.

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

Color convert

RGB 177 187 23 -
CMYK 0.05 0 0.88 0.27
HSL 63.66º 0.78% 0.41% -
HSV(B) 63.66º 0.88% 0.73% -
XYZ 36.06 44.95 7.59 -
YUV 165.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 177 187 23 0.05 0 0.88 0.27 63.66 0.78 0.41
Hex B1 BB 17 5 0 58 1B 40 4E 29
Octal 261 273 27 5 0 130 33 100 116 51
Binary 10110001 10111011 10111 101 0 1011000 11011 1000000 1001110 101001

Color Harmonies of #B1BB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BB17

Black with #B1BB17

Text Example


Text Example

White with #B1BB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BB17; }

 p { color: rgb(177,187,23); }

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

background-color css

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

 a { background-color: rgb(177,187,23); }

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

border-color css

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

 span { border-color: rgb(177,187,23); }

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