Html Css Color HEX #B2BA21 Bahia

📋 copy color: '#B2BA21'

red 178 ◦ green 186 ◦ blue 33

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

Shades of Bahia #B2BA21

Tints of Bahia #B2BA21

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.85%

 BLUE value IS 33 (13.28% from 255) = 8.31%

R = 44.84%
G = 46.85%
B = 8.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B2BA21 (or 0xB2BA21) is known color: Bahia. HEX triplet: B2, BA and 21. RGB value is (178,186,33). Sum of RGB (Red+Green+Blue) = 178+186+33=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA21 is #4D45DE. Grayscale: #A6A6A6. Windows color (decimal): -5064159 or 2210482. OLE color: 2210482.

HSL color Cylindrical-coordinate representation of color #B2BA21: hue angle of 63.14º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2BA21 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 186 33 -
CMYK 0.04 0 0.82 0.27
HSL 63.14º 0.7% 0.43% -
HSV(B) 63.14º 0.82% 0.73% -
XYZ 36.19 44.69 8.16 -
YUV 166.17 52.85 136.44 -
System Red Green Blue C M Y K H S L
Decimal 178 186 33 0.04 0 0.82 0.27 63.14 0.7 0.43
Hex B2 BA 21 4 0 52 1B 3F 46 2B
Octal 262 272 41 4 0 122 33 77 106 53
Binary 10110010 10111010 100001 100 0 1010010 11011 111111 1000110 101011

Color Harmonies of #B2BA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA21

Black with #B2BA21

Text Example


Text Example

White with #B2BA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA21; }

 p { color: rgb(178,186,33); }

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

background-color css

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

 a { background-color: rgb(178,186,33); }

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

border-color css

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

 span { border-color: rgb(178,186,33); }

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