Html Css Color HEX #ABBA28 Bahia

📋 copy color: '#ABBA28'

red 171 ◦ green 186 ◦ blue 40

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

Shades of Bahia #ABBA28

Tints of Bahia #ABBA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.85%

 BLUE value IS 40 (16.02% from 255) = 10.08%

R = 43.07%
G = 46.85%
B = 10.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#ABBA28 (or 0xABBA28) is known color: Bahia. HEX triplet: AB, BA and 28. RGB value is (171,186,40). Sum of RGB (Red+Green+Blue) = 171+186+40=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA28 is #5445D7. Grayscale: #A5A5A5. Windows color (decimal): -5522904 or 2669227. OLE color: 2669227.

HSL color Cylindrical-coordinate representation of color #ABBA28: hue angle of 66.16º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABBA28 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 40 -
CMYK 0.08 0 0.78 0.27
HSL 66.16º 0.65% 0.44% -
HSV(B) 66.16º 0.78% 0.73% -
XYZ 34.74 43.93 8.66 -
YUV 164.87 57.53 132.37 -
System Red Green Blue C M Y K H S L
Decimal 171 186 40 0.08 0 0.78 0.27 66.16 0.65 0.44
Hex AB BA 28 8 0 4E 1B 42 41 2C
Octal 253 272 50 10 0 116 33 102 101 54
Binary 10101011 10111010 101000 1000 0 1001110 11011 1000010 1000001 101100

Color Harmonies of #ABBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA28

Black with #ABBA28

Text Example


Text Example

White with #ABBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA28; }

 p { color: rgb(171,186,40); }

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

background-color css

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

 a { background-color: rgb(171,186,40); }

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

border-color css

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

 span { border-color: rgb(171,186,40); }

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