Html Css Color HEX #B0BE18 Bahia

📋 copy color: '#B0BE18'

red 176 ◦ green 190 ◦ blue 24

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

Shades of Bahia #B0BE18

Tints of Bahia #B0BE18

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.72%

 BLUE value IS 24 (9.77% from 255) = 6.15%

R = 45.13%
G = 48.72%
B = 6.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#B0BE18 (or 0xB0BE18) is known color: Bahia. HEX triplet: B0, BE and 18. RGB value is (176,190,24). Sum of RGB (Red+Green+Blue) = 176+190+24=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BE18 is #4F41E7. Grayscale: #A7A7A7. Windows color (decimal): -5194216 or 1621680. OLE color: 1621680.

HSL color Cylindrical-coordinate representation of color #B0BE18: hue angle of 65.06º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0BE18 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 24 -
CMYK 0.07 0 0.87 0.25
HSL 65.06º 0.78% 0.42% -
HSV(B) 65.06º 0.87% 0.75% -
XYZ 36.48 46.12 7.84 -
YUV 166.89 47.36 134.5 -
System Red Green Blue C M Y K H S L
Decimal 176 190 24 0.07 0 0.87 0.25 65.06 0.78 0.42
Hex B0 BE 18 7 0 57 19 41 4E 2A
Octal 260 276 30 7 0 127 31 101 116 52
Binary 10110000 10111110 11000 111 0 1010111 11001 1000001 1001110 101010

Color Harmonies of #B0BE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE18

Black with #B0BE18

Text Example


Text Example

White with #B0BE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE18; }

 p { color: rgb(176,190,24); }

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

background-color css

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

 a { background-color: rgb(176,190,24); }

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

border-color css

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

 span { border-color: rgb(176,190,24); }

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