Html Css Color HEX #ABB332 Bahia

📋 copy color: '#ABB332'

red 171 ◦ green 179 ◦ blue 50

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

Shades of Bahia #ABB332

Tints of Bahia #ABB332

RGB

 RED value IS 171 (67.19% from 255) = 42.75%

 GREEN value IS 179 (70.31% from 255) = 44.75%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 42.75%
G = 44.75%
B = 12.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#ABB332 (or 0xABB332) is known color: Bahia. HEX triplet: AB, B3 and 32. RGB value is (171,179,50). Sum of RGB (Red+Green+Blue) = 171+179+50=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB332 is #544CCD. Grayscale: #A2A2A2. Windows color (decimal): -5524686 or 3322795. OLE color: 3322795.

HSL color Cylindrical-coordinate representation of color #ABB332: hue angle of 63.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABB332 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 179 50 -
CMYK 0.04 0 0.72 0.30
HSL 63.72º 0.56% 0.45% -
HSV(B) 63.72º 0.72% 0.7% -
XYZ 33.49 41.13 9.19 -
YUV 161.9 64.85 134.49 -
System Red Green Blue C M Y K H S L
Decimal 171 179 50 0.04 0 0.72 0.30 63.72 0.56 0.45
Hex AB B3 32 4 0 48 1E 40 38 2D
Octal 253 263 62 4 0 110 36 100 70 55
Binary 10101011 10110011 110010 100 0 1001000 11110 1000000 111000 101101

Color Harmonies of #ABB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB332

Black with #ABB332

Text Example


Text Example

White with #ABB332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB332; }

 p { color: rgb(171,179,50); }

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

background-color css

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

 a { background-color: rgb(171,179,50); }

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

border-color css

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

 span { border-color: rgb(171,179,50); }

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