Html Css Color HEX #B0BF32 Bahia

📋 copy color: '#B0BF32'

red 176 ◦ green 191 ◦ blue 50

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

Shades of Bahia #B0BF32

Tints of Bahia #B0BF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 42.21%
G = 45.8%
B = 11.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B0BF32 (or 0xB0BF32) is known color: Bahia. HEX triplet: B0, BF and 32. RGB value is (176,191,50). Sum of RGB (Red+Green+Blue) = 176+191+50=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF32 is #4F40CD. Grayscale: #AAAAAA. Windows color (decimal): -5193934 or 3325872. OLE color: 3325872.

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

Color convert

RGB 176 191 50 -
CMYK 0.08 0 0.74 0.25
HSL 66.38º 0.59% 0.47% -
HSV(B) 66.38º 0.74% 0.75% -
XYZ 37.11 46.72 10.08 -
YUV 170.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 176 191 50 0.08 0 0.74 0.25 66.38 0.59 0.47
Hex B0 BF 32 8 0 4A 19 42 3B 2F
Octal 260 277 62 10 0 112 31 102 73 57
Binary 10110000 10111111 110010 1000 0 1001010 11001 1000010 111011 101111

Color Harmonies of #B0BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF32

Black with #B0BF32

Text Example


Text Example

White with #B0BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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