Html Css Color HEX #ABC424 Bahia

📋 copy color: '#ABC424'

red 171 ◦ green 196 ◦ blue 36

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

Shades of Bahia #ABC424

Tints of Bahia #ABC424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.64%

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

R = 42.43%
G = 48.64%
B = 8.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#ABC424 (or 0xABC424) is known color: Bahia. HEX triplet: AB, C4 and 24. RGB value is (171,196,36). Sum of RGB (Red+Green+Blue) = 171+196+36=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC424 is #543BDB. Grayscale: #AAAAAA. Windows color (decimal): -5520348 or 2409643. OLE color: 2409643.

HSL color Cylindrical-coordinate representation of color #ABC424: hue angle of 69.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABC424 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 36 -
CMYK 0.13 0 0.82 0.23
HSL 69.38º 0.69% 0.45% -
HSV(B) 69.38º 0.82% 0.77% -
XYZ 36.85 48.27 9.04 -
YUV 170.29 52.22 128.51 -
System Red Green Blue C M Y K H S L
Decimal 171 196 36 0.13 0 0.82 0.23 69.38 0.69 0.45
Hex AB C4 24 D 0 52 17 45 45 2D
Octal 253 304 44 15 0 122 27 105 105 55
Binary 10101011 11000100 100100 1101 0 1010010 10111 1000101 1000101 101101

Color Harmonies of #ABC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC424

Black with #ABC424

Text Example


Text Example

White with #ABC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC424; }

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

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

background-color css

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

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

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

border-color css

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

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

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