Html Css Color HEX #B0B824 Bahia

📋 copy color: '#B0B824'

red 176 ◦ green 184 ◦ blue 36

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

Shades of Bahia #B0B824

Tints of Bahia #B0B824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

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

R = 44.44%
G = 46.46%
B = 9.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B0B824 (or 0xB0B824) is known color: Bahia. HEX triplet: B0, B8 and 24. RGB value is (176,184,36). Sum of RGB (Red+Green+Blue) = 176+184+36=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B824 is #4F47DB. Grayscale: #A5A5A5. Windows color (decimal): -5195740 or 2406576. OLE color: 2406576.

HSL color Cylindrical-coordinate representation of color #B0B824: hue angle of 63.24º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0B824 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 184 36 -
CMYK 0.04 0 0.80 0.28
HSL 63.24º 0.67% 0.43% -
HSV(B) 63.24º 0.8% 0.72% -
XYZ 35.36 43.64 8.23 -
YUV 164.74 55.35 136.03 -
System Red Green Blue C M Y K H S L
Decimal 176 184 36 0.04 0 0.80 0.28 63.24 0.67 0.43
Hex B0 B8 24 4 0 50 1C 3F 43 2B
Octal 260 270 44 4 0 120 34 77 103 53
Binary 10110000 10111000 100100 100 0 1010000 11100 111111 1000011 101011

Color Harmonies of #B0B824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B824

Black with #B0B824

Text Example


Text Example

White with #B0B824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B824; }

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

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

background-color css

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

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

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

border-color css

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

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

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