Html Css Color HEX #B0B528 Bahia

📋 copy color: '#B0B528'

red 176 ◦ green 181 ◦ blue 40

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

Shades of Bahia #B0B528

Tints of Bahia #B0B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

 BLUE value IS 40 (16.02% from 255) = 10.08%

R = 44.33%
G = 45.59%
B = 10.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B0B528 (or 0xB0B528) is known color: Bahia. HEX triplet: B0, B5 and 28. RGB value is (176,181,40). Sum of RGB (Red+Green+Blue) = 176+181+40=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B528 is #4F4AD7. Grayscale: #A3A3A3. Windows color (decimal): -5196504 or 2667952. OLE color: 2667952.

HSL color Cylindrical-coordinate representation of color #B0B528: hue angle of 62.13º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0B528 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 40 -
CMYK 0.03 0 0.78 0.29
HSL 62.13º 0.64% 0.43% -
HSV(B) 62.13º 0.78% 0.71% -
XYZ 34.81 42.43 8.36 -
YUV 163.43 58.34 136.96 -
System Red Green Blue C M Y K H S L
Decimal 176 181 40 0.03 0 0.78 0.29 62.13 0.64 0.43
Hex B0 B5 28 3 0 4E 1D 3E 40 2B
Octal 260 265 50 3 0 116 35 76 100 53
Binary 10110000 10110101 101000 11 0 1001110 11101 111110 1000000 101011

Color Harmonies of #B0B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B528

Black with #B0B528

Text Example


Text Example

White with #B0B528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B528; }

 p { color: rgb(176,181,40); }

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

background-color css

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

 a { background-color: rgb(176,181,40); }

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

border-color css

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

 span { border-color: rgb(176,181,40); }

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