Html Css Color HEX #B0BF14 Bahia

📋 copy color: '#B0BF14'

red 176 ◦ green 191 ◦ blue 20

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

Shades of Bahia #B0BF14

Tints of Bahia #B0BF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 45.48%
G = 49.35%
B = 5.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#B0BF14 (or 0xB0BF14) is known color: Bahia. HEX triplet: B0, BF and 14. RGB value is (176,191,20). Sum of RGB (Red+Green+Blue) = 176+191+20=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BF14 is #4F40EB. Grayscale: #A7A7A7. Windows color (decimal): -5193964 or 1359792. OLE color: 1359792.

HSL color Cylindrical-coordinate representation of color #B0BF14: hue angle of 65.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0BF14 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 20 -
CMYK 0.08 0 0.90 0.25
HSL 65.26º 0.81% 0.41% -
HSV(B) 65.26º 0.9% 0.75% -
XYZ 36.66 46.54 7.71 -
YUV 167.02 45.03 134.4 -
System Red Green Blue C M Y K H S L
Decimal 176 191 20 0.08 0 0.90 0.25 65.26 0.81 0.41
Hex B0 BF 14 8 0 5A 19 41 51 29
Octal 260 277 24 10 0 132 31 101 121 51
Binary 10110000 10111111 10100 1000 0 1011010 11001 1000001 1010001 101001

Color Harmonies of #B0BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF14

Black with #B0BF14

Text Example


Text Example

White with #B0BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF14; }

 p { color: rgb(176,191,20); }

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

background-color css

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

 a { background-color: rgb(176,191,20); }

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

border-color css

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

 span { border-color: rgb(176,191,20); }

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