Html Css Color HEX #ABC814 Bahia

📋 copy color: '#ABC814'

red 171 ◦ green 200 ◦ blue 20

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

Shades of Bahia #ABC814

Tints of Bahia #ABC814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.12%

R = 43.73%
G = 51.15%
B = 5.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#ABC814 (or 0xABC814) is known color: Bahia. HEX triplet: AB, C8 and 14. RGB value is (171,200,20). Sum of RGB (Red+Green+Blue) = 171+200+20=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC814 is #5437EB. Grayscale: #ABABAB. Windows color (decimal): -5519340 or 1362091. OLE color: 1362091.

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

Color convert

RGB 171 200 20 -
CMYK 0.14 0 0.9 0.22
HSL 69.67º 0.82% 0.43% -
HSV(B) 69.67º 0.9% 0.78% -
XYZ 37.58 50.02 8.34 -
YUV 170.81 42.89 128.14 -
System Red Green Blue C M Y K H S L
Decimal 171 200 20 0.14 0 0.9 0.22 69.67 0.82 0.43
Hex AB C8 14 E 0 5A 16 46 52 2B
Octal 253 310 24 16 0 132 26 106 122 53
Binary 10101011 11001000 10100 1110 0 1011010 10110 1000110 1010010 101011

Color Harmonies of #ABC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC814

Black with #ABC814

Text Example


Text Example

White with #ABC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC814; }

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

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

background-color css

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

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

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

border-color css

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

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

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