Html Css Color HEX #ABB322 Bahia

📋 copy color: '#ABB322'

red 171 ◦ green 179 ◦ blue 34

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

Shades of Bahia #ABB322

Tints of Bahia #ABB322

RGB

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

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

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

R = 44.53%
G = 46.61%
B = 8.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#ABB322 (or 0xABB322) is known color: Bahia. HEX triplet: AB, B3 and 22. RGB value is (171,179,34). Sum of RGB (Red+Green+Blue) = 171+179+34=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB322 is #544CDD. Grayscale: #A0A0A0. Windows color (decimal): -5524702 or 2274219. OLE color: 2274219.

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

Color convert

RGB 171 179 34 -
CMYK 0.04 0 0.81 0.30
HSL 63.31º 0.68% 0.42% -
HSV(B) 63.31º 0.81% 0.7% -
XYZ 33.2 41.01 7.68 -
YUV 160.08 56.85 135.79 -
System Red Green Blue C M Y K H S L
Decimal 171 179 34 0.04 0 0.81 0.30 63.31 0.68 0.42
Hex AB B3 22 4 0 51 1E 3F 44 2A
Octal 253 263 42 4 0 121 36 77 104 52
Binary 10101011 10110011 100010 100 0 1010001 11110 111111 1000100 101010

Color Harmonies of #ABB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB322

Black with #ABB322

Text Example


Text Example

White with #ABB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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