Html Css Color HEX #ABB22D Bahia

📋 copy color: '#ABB22D'

red 171 ◦ green 178 ◦ blue 45

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

Shades of Bahia #ABB22D

Tints of Bahia #ABB22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.42%

R = 43.4%
G = 45.18%
B = 11.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#ABB22D (or 0xABB22D) is known color: Bahia. HEX triplet: AB, B2 and 2D. RGB value is (171,178,45). Sum of RGB (Red+Green+Blue) = 171+178+45=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB22D is #544DD2. Grayscale: #A1A1A1. Windows color (decimal): -5524947 or 2994859. OLE color: 2994859.

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

Color convert

RGB 171 178 45 -
CMYK 0.04 0 0.75 0.30
HSL 63.16º 0.6% 0.44% -
HSV(B) 63.16º 0.75% 0.7% -
XYZ 33.19 40.69 8.59 -
YUV 160.75 62.68 135.31 -
System Red Green Blue C M Y K H S L
Decimal 171 178 45 0.04 0 0.75 0.30 63.16 0.6 0.44
Hex AB B2 2D 4 0 4B 1E 3F 3C 2C
Octal 253 262 55 4 0 113 36 77 74 54
Binary 10101011 10110010 101101 100 0 1001011 11110 111111 111100 101100

Color Harmonies of #ABB22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB22D

Black with #ABB22D

Text Example


Text Example

White with #ABB22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB22D; }

 p { color: rgb(171,178,45); }

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

background-color css

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

 a { background-color: rgb(171,178,45); }

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

border-color css

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

 span { border-color: rgb(171,178,45); }

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