Html Css Color HEX #B2B622 Bahia

📋 copy color: '#B2B622'

red 178 ◦ green 182 ◦ blue 34

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

Shades of Bahia #B2B622

Tints of Bahia #B2B622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.63%

R = 45.18%
G = 46.19%
B = 8.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B2B622 (or 0xB2B622) is known color: Bahia. HEX triplet: B2, B6 and 22. RGB value is (178,182,34). Sum of RGB (Red+Green+Blue) = 178+182+34=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B622 is #4D49DD. Grayscale: #A4A4A4. Windows color (decimal): -5065182 or 2274994. OLE color: 2274994.

HSL color Cylindrical-coordinate representation of color #B2B622: hue angle of 61.62º degrees, saturation: 0.69, 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 #B2B622 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 34 -
CMYK 0.02 0 0.81 0.29
HSL 61.62º 0.69% 0.42% -
HSV(B) 61.62º 0.81% 0.71% -
XYZ 35.38 43.04 7.96 -
YUV 163.93 54.67 138.03 -
System Red Green Blue C M Y K H S L
Decimal 178 182 34 0.02 0 0.81 0.29 61.62 0.69 0.42
Hex B2 B6 22 2 0 51 1D 3E 45 2A
Octal 262 266 42 2 0 121 35 76 105 52
Binary 10110010 10110110 100010 10 0 1010001 11101 111110 1000101 101010

Color Harmonies of #B2B622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B622

Black with #B2B622

Text Example


Text Example

White with #B2B622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B622; }

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

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

background-color css

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

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

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

border-color css

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

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

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