Html Css Color HEX #ABC914 Bahia

📋 copy color: '#ABC914'

red 171 ◦ green 201 ◦ blue 20

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

Shades of Bahia #ABC914

Tints of Bahia #ABC914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.28%

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

R = 43.62%
G = 51.28%
B = 5.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#ABC914 (or 0xABC914) is known color: Bahia. HEX triplet: AB, C9 and 14. RGB value is (171,201,20). Sum of RGB (Red+Green+Blue) = 171+201+20=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC914 is #5436EB. Grayscale: #ACACAC. Windows color (decimal): -5519084 or 1362347. OLE color: 1362347.

HSL color Cylindrical-coordinate representation of color #ABC914: hue angle of 69.94º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABC914 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 20 -
CMYK 0.15 0 0.90 0.21
HSL 69.94º 0.82% 0.43% -
HSV(B) 69.94º 0.9% 0.79% -
XYZ 37.81 50.48 8.41 -
YUV 171.4 42.56 127.72 -
System Red Green Blue C M Y K H S L
Decimal 171 201 20 0.15 0 0.90 0.21 69.94 0.82 0.43
Hex AB C9 14 F 0 5A 15 46 52 2B
Octal 253 311 24 17 0 132 25 106 122 53
Binary 10101011 11001001 10100 1111 0 1011010 10101 1000110 1010010 101011

Color Harmonies of #ABC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC914

Black with #ABC914

Text Example


Text Example

White with #ABC914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC914; }

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

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

background-color css

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

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

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

border-color css

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

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

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