Html Css Color HEX #ABB422 Bahia

📋 copy color: '#ABB422'

red 171 ◦ green 180 ◦ blue 34

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

Shades of Bahia #ABB422

Tints of Bahia #ABB422

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.75%

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

R = 44.42%
G = 46.75%
B = 8.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ABB422 (or 0xABB422) is known color: Bahia. HEX triplet: AB, B4 and 22. RGB value is (171,180,34). Sum of RGB (Red+Green+Blue) = 171+180+34=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB422 is #544BDD. Grayscale: #A1A1A1. Windows color (decimal): -5524446 or 2274475. OLE color: 2274475.

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

Color convert

RGB 171 180 34 -
CMYK 0.05 0 0.81 0.29
HSL 63.7º 0.68% 0.42% -
HSV(B) 63.7º 0.81% 0.71% -
XYZ 33.4 41.42 7.75 -
YUV 160.67 56.52 135.37 -
System Red Green Blue C M Y K H S L
Decimal 171 180 34 0.05 0 0.81 0.29 63.7 0.68 0.42
Hex AB B4 22 5 0 51 1D 40 44 2A
Octal 253 264 42 5 0 121 35 100 104 52
Binary 10101011 10110100 100010 101 0 1010001 11101 1000000 1000100 101010

Color Harmonies of #ABB422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB422

Black with #ABB422

Text Example


Text Example

White with #ABB422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB422; }

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

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

background-color css

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

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

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

border-color css

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

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

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