Html Css Color HEX #B2B720 Bahia

📋 copy color: '#B2B720'

red 178 ◦ green 183 ◦ blue 32

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

Shades of Bahia #B2B720

Tints of Bahia #B2B720

RGB

 RED value IS 178 (69.92% from 255) = 45.29%

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

 BLUE value IS 32 (12.89% from 255) = 8.14%

R = 45.29%
G = 46.56%
B = 8.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B2B720 (or 0xB2B720) is known color: Bahia. HEX triplet: B2, B7 and 20. RGB value is (178,183,32). Sum of RGB (Red+Green+Blue) = 178+183+32=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B720 is #4D48DF. Grayscale: #A4A4A4. Windows color (decimal): -5064928 or 2144178. OLE color: 2144178.

HSL color Cylindrical-coordinate representation of color #B2B720: hue angle of 61.99º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2B720 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 32 -
CMYK 0.03 0 0.83 0.28
HSL 61.99º 0.7% 0.42% -
HSV(B) 61.99º 0.83% 0.72% -
XYZ 35.55 43.44 7.88 -
YUV 164.29 53.34 137.78 -
System Red Green Blue C M Y K H S L
Decimal 178 183 32 0.03 0 0.83 0.28 61.99 0.7 0.42
Hex B2 B7 20 3 0 53 1C 3E 46 2A
Octal 262 267 40 3 0 123 34 76 106 52
Binary 10110010 10110111 100000 11 0 1010011 11100 111110 1000110 101010

Color Harmonies of #B2B720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B720

Black with #B2B720

Text Example


Text Example

White with #B2B720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B720; }

 p { color: rgb(178,183,32); }

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

background-color css

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

 a { background-color: rgb(178,183,32); }

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

border-color css

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

 span { border-color: rgb(178,183,32); }

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