Html Css Color HEX #B0B724 Bahia

📋 copy color: '#B0B724'

red 176 ◦ green 183 ◦ blue 36

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

Shades of Bahia #B0B724

Tints of Bahia #B0B724

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.33%

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

R = 44.56%
G = 46.33%
B = 9.11%

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

#B0B724 (or 0xB0B724) is known color: Bahia. HEX triplet: B0, B7 and 24. RGB value is (176,183,36). Sum of RGB (Red+Green+Blue) = 176+183+36=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B724 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B724 is #4F48DB. Grayscale: #A4A4A4. Windows color (decimal): -5195996 or 2406320. OLE color: 2406320.

HSL color Cylindrical-coordinate representation of color #B0B724: hue angle of 62.86º 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 #B0B724 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 183 36 -
CMYK 0.04 0 0.80 0.28
HSL 62.86º 0.67% 0.43% -
HSV(B) 62.86º 0.8% 0.72% -
XYZ 35.16 43.22 8.16 -
YUV 164.15 55.68 136.45 -
System Red Green Blue C M Y K H S L
Decimal 176 183 36 0.04 0 0.80 0.28 62.86 0.67 0.43
Hex B0 B7 24 4 0 50 1C 3F 43 2B
Octal 260 267 44 4 0 120 34 77 103 53
Binary 10110000 10110111 100100 100 0 1010000 11100 111111 1000011 101011

Color Harmonies of #B0B724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B724

Black with #B0B724

Text Example


Text Example

White with #B0B724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B724; }

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

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

background-color css

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

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

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

border-color css

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

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

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