Html Css Color HEX #B0BD16 Bahia

📋 copy color: '#B0BD16'

red 176 ◦ green 189 ◦ blue 22

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

Shades of Bahia #B0BD16

Tints of Bahia #B0BD16

RGB

 RED value IS 176 (69.14% from 255) = 45.48%

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

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

R = 45.48%
G = 48.84%
B = 5.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#B0BD16 (or 0xB0BD16) is known color: Bahia. HEX triplet: B0, BD and 16. RGB value is (176,189,22). Sum of RGB (Red+Green+Blue) = 176+189+22=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BD16 is #4F42E9. Grayscale: #A6A6A6. Windows color (decimal): -5194474 or 1490352. OLE color: 1490352.

HSL color Cylindrical-coordinate representation of color #B0BD16: hue angle of 64.67º 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 #B0BD16 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 22 -
CMYK 0.07 0 0.88 0.26
HSL 64.67º 0.79% 0.41% -
HSV(B) 64.67º 0.88% 0.74% -
XYZ 36.25 45.68 7.67 -
YUV 166.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 176 189 22 0.07 0 0.88 0.26 64.67 0.79 0.41
Hex B0 BD 16 7 0 58 1A 41 4F 29
Octal 260 275 26 7 0 130 32 101 117 51
Binary 10110000 10111101 10110 111 0 1011000 11010 1000001 1001111 101001

Color Harmonies of #B0BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD16

Black with #B0BD16

Text Example


Text Example

White with #B0BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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