Html Css Color HEX #ABB82A Bahia

📋 copy color: '#ABB82A'

red 171 ◦ green 184 ◦ blue 42

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

Shades of Bahia #ABB82A

Tints of Bahia #ABB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.35%

 BLUE value IS 42 (16.8% from 255) = 10.58%

R = 43.07%
G = 46.35%
B = 10.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#ABB82A (or 0xABB82A) is known color: Bahia. HEX triplet: AB, B8 and 2A. RGB value is (171,184,42). Sum of RGB (Red+Green+Blue) = 171+184+42=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB82A is #5447D5. Grayscale: #A4A4A4. Windows color (decimal): -5523414 or 2799787. OLE color: 2799787.

HSL color Cylindrical-coordinate representation of color #ABB82A: hue angle of 65.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABB82A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 184 42 -
CMYK 0.07 0 0.77 0.28
HSL 65.49º 0.63% 0.44% -
HSV(B) 65.49º 0.77% 0.72% -
XYZ 34.35 43.11 8.7 -
YUV 163.93 59.19 133.05 -
System Red Green Blue C M Y K H S L
Decimal 171 184 42 0.07 0 0.77 0.28 65.49 0.63 0.44
Hex AB B8 2A 7 0 4D 1C 41 3F 2C
Octal 253 270 52 7 0 115 34 101 77 54
Binary 10101011 10111000 101010 111 0 1001101 11100 1000001 111111 101100

Color Harmonies of #ABB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB82A

Black with #ABB82A

Text Example


Text Example

White with #ABB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB82A; }

 p { color: rgb(171,184,42); }

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

background-color css

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

 a { background-color: rgb(171,184,42); }

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

border-color css

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

 span { border-color: rgb(171,184,42); }

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