Html Css Color HEX #ABC824 Bahia

📋 copy color: '#ABC824'

red 171 ◦ green 200 ◦ blue 36

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

Shades of Bahia #ABC824

Tints of Bahia #ABC824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.85%

R = 42.01%
G = 49.14%
B = 8.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#ABC824 (or 0xABC824) is known color: Bahia. HEX triplet: AB, C8 and 24. RGB value is (171,200,36). Sum of RGB (Red+Green+Blue) = 171+200+36=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC824 is #5437DB. Grayscale: #ADADAD. Windows color (decimal): -5519324 or 2410667. OLE color: 2410667.

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

Color convert

RGB 171 200 36 -
CMYK 0.14 0 0.82 0.22
HSL 70.61º 0.69% 0.46% -
HSV(B) 70.61º 0.82% 0.78% -
XYZ 37.77 50.09 9.35 -
YUV 172.63 50.89 126.84 -
System Red Green Blue C M Y K H S L
Decimal 171 200 36 0.14 0 0.82 0.22 70.61 0.69 0.46
Hex AB C8 24 E 0 52 16 47 45 2E
Octal 253 310 44 16 0 122 26 107 105 56
Binary 10101011 11001000 100100 1110 0 1010010 10110 1000111 1000101 101110

Color Harmonies of #ABC824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC824

Black with #ABC824

Text Example


Text Example

White with #ABC824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC824; }

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

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

background-color css

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

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

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

border-color css

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

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

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