Html Css Color HEX #ABB222 Bahia

📋 copy color: '#ABB222'

red 171 ◦ green 178 ◦ blue 34

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

Shades of Bahia #ABB222

Tints of Bahia #ABB222

RGB

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

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

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

R = 44.65%
G = 46.48%
B = 8.88%

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

#ABB222 (or 0xABB222) is known color: Bahia. HEX triplet: AB, B2 and 22. RGB value is (171,178,34). Sum of RGB (Red+Green+Blue) = 171+178+34=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB222 is #544DDD. Grayscale: #A0A0A0. Windows color (decimal): -5524958 or 2273963. OLE color: 2273963.

HSL color Cylindrical-coordinate representation of color #ABB222: hue angle of 62.92º 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 #ABB222 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 178 34 -
CMYK 0.04 0 0.81 0.30
HSL 62.92º 0.68% 0.42% -
HSV(B) 62.92º 0.81% 0.7% -
XYZ 33 40.61 7.61 -
YUV 159.49 57.18 136.21 -
System Red Green Blue C M Y K H S L
Decimal 171 178 34 0.04 0 0.81 0.30 62.92 0.68 0.42
Hex AB B2 22 4 0 51 1E 3F 44 2A
Octal 253 262 42 4 0 121 36 77 104 52
Binary 10101011 10110010 100010 100 0 1010001 11110 111111 1000100 101010

Color Harmonies of #ABB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB222

Black with #ABB222

Text Example


Text Example

White with #ABB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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