Html Css Color HEX #ABC81D Bahia

📋 copy color: '#ABC81D'

red 171 ◦ green 200 ◦ blue 29

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

Shades of Bahia #ABC81D

Tints of Bahia #ABC81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.25%

R = 42.75%
G = 50%
B = 7.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#ABC81D (or 0xABC81D) is known color: Bahia. HEX triplet: AB, C8 and 1D. RGB value is (171,200,29). Sum of RGB (Red+Green+Blue) = 171+200+29=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC81D is #5437E2. Grayscale: #ACACAC. Windows color (decimal): -5519331 or 1951915. OLE color: 1951915.

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

Color convert

RGB 171 200 29 -
CMYK 0.14 0 0.86 0.22
HSL 70.18º 0.75% 0.45% -
HSV(B) 70.18º 0.86% 0.78% -
XYZ 37.67 50.06 8.84 -
YUV 171.84 47.39 127.4 -
System Red Green Blue C M Y K H S L
Decimal 171 200 29 0.14 0 0.86 0.22 70.18 0.75 0.45
Hex AB C8 1D E 0 56 16 46 4B 2D
Octal 253 310 35 16 0 126 26 106 113 55
Binary 10101011 11001000 11101 1110 0 1010110 10110 1000110 1001011 101101

Color Harmonies of #ABC81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC81D

Black with #ABC81D

Text Example


Text Example

White with #ABC81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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