Html Css Color HEX #B2B620 Bahia

📋 copy color: '#B2B620'

red 178 ◦ green 182 ◦ blue 32

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

Shades of Bahia #B2B620

Tints of Bahia #B2B620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.43%

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

R = 45.41%
G = 46.43%
B = 8.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B2B620 (or 0xB2B620) is known color: Bahia. HEX triplet: B2, B6 and 20. RGB value is (178,182,32). Sum of RGB (Red+Green+Blue) = 178+182+32=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B620 is #4D49DF. Grayscale: #A4A4A4. Windows color (decimal): -5065184 or 2143922. OLE color: 2143922.

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

Color convert

RGB 178 182 32 -
CMYK 0.02 0 0.82 0.29
HSL 61.6º 0.7% 0.42% -
HSV(B) 61.6º 0.82% 0.71% -
XYZ 35.35 43.03 7.81 -
YUV 163.7 53.67 138.2 -
System Red Green Blue C M Y K H S L
Decimal 178 182 32 0.02 0 0.82 0.29 61.6 0.7 0.42
Hex B2 B6 20 2 0 52 1D 3E 46 2A
Octal 262 266 40 2 0 122 35 76 106 52
Binary 10110010 10110110 100000 10 0 1010010 11101 111110 1000110 101010

Color Harmonies of #B2B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B620

Black with #B2B620

Text Example


Text Example

White with #B2B620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B620; }

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

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

background-color css

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

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

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

border-color css

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

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

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