Html Css Color HEX #B0B523 Bahia

📋 copy color: '#B0B523'

red 176 ◦ green 181 ◦ blue 35

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

Shades of Bahia #B0B523

Tints of Bahia #B0B523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.93%

R = 44.9%
G = 46.17%
B = 8.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B0B523 (or 0xB0B523) is known color: Bahia. HEX triplet: B0, B5 and 23. RGB value is (176,181,35). Sum of RGB (Red+Green+Blue) = 176+181+35=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B523 is #4F4ADC. Grayscale: #A3A3A3. Windows color (decimal): -5196509 or 2340272. OLE color: 2340272.

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

Color convert

RGB 176 181 35 -
CMYK 0.03 0 0.81 0.29
HSL 62.05º 0.68% 0.42% -
HSV(B) 62.05º 0.81% 0.71% -
XYZ 34.73 42.4 7.94 -
YUV 162.86 55.84 137.37 -
System Red Green Blue C M Y K H S L
Decimal 176 181 35 0.03 0 0.81 0.29 62.05 0.68 0.42
Hex B0 B5 23 3 0 51 1D 3E 44 2A
Octal 260 265 43 3 0 121 35 76 104 52
Binary 10110000 10110101 100011 11 0 1010001 11101 111110 1000100 101010

Color Harmonies of #B0B523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B523

Black with #B0B523

Text Example


Text Example

White with #B0B523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B523; }

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

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

background-color css

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

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

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

border-color css

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

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

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