Html Css Color HEX #B0BF24 Bahia

📋 copy color: '#B0BF24'

red 176 ◦ green 191 ◦ blue 36

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

Shades of Bahia #B0BF24

Tints of Bahia #B0BF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 43.67%
G = 47.39%
B = 8.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#B0BF24 (or 0xB0BF24) is known color: Bahia. HEX triplet: B0, BF and 24. RGB value is (176,191,36). Sum of RGB (Red+Green+Blue) = 176+191+36=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF24 is #4F40DB. Grayscale: #A9A9A9. Windows color (decimal): -5193948 or 2408368. OLE color: 2408368.

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

Color convert

RGB 176 191 36 -
CMYK 0.08 0 0.81 0.25
HSL 65.81º 0.68% 0.45% -
HSV(B) 65.81º 0.81% 0.75% -
XYZ 36.85 46.62 8.73 -
YUV 168.85 53.03 133.1 -
System Red Green Blue C M Y K H S L
Decimal 176 191 36 0.08 0 0.81 0.25 65.81 0.68 0.45
Hex B0 BF 24 8 0 51 19 42 44 2D
Octal 260 277 44 10 0 121 31 102 104 55
Binary 10110000 10111111 100100 1000 0 1010001 11001 1000010 1000100 101101

Color Harmonies of #B0BF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF24

Black with #B0BF24

Text Example


Text Example

White with #B0BF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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