Html Css Color HEX #ABC828 Bahia

📋 copy color: '#ABC828'

red 171 ◦ green 200 ◦ blue 40

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

Shades of Bahia #ABC828

Tints of Bahia #ABC828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.66%

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

R = 41.61%
G = 48.66%
B = 9.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#ABC828 (or 0xABC828) is known color: Bahia. HEX triplet: AB, C8 and 28. RGB value is (171,200,40). Sum of RGB (Red+Green+Blue) = 171+200+40=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC828 is #5437D7. Grayscale: #ADADAD. Windows color (decimal): -5519320 or 2672811. OLE color: 2672811.

HSL color Cylindrical-coordinate representation of color #ABC828: hue angle of 70.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABC828 is Cyan = 0.14, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 40 -
CMYK 0.14 0 0.8 0.22
HSL 70.88º 0.67% 0.47% -
HSV(B) 70.88º 0.8% 0.78% -
XYZ 37.83 50.12 9.69 -
YUV 173.09 52.89 126.51 -
System Red Green Blue C M Y K H S L
Decimal 171 200 40 0.14 0 0.8 0.22 70.88 0.67 0.47
Hex AB C8 28 E 0 50 16 47 43 2F
Octal 253 310 50 16 0 120 26 107 103 57
Binary 10101011 11001000 101000 1110 0 1010000 10110 1000111 1000011 101111

Color Harmonies of #ABC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC828

Black with #ABC828

Text Example


Text Example

White with #ABC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC828; }

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

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

background-color css

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

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

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

border-color css

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

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

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