Html Css Color HEX #ABC514 Bahia

📋 copy color: '#ABC514'

red 171 ◦ green 197 ◦ blue 20

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

Shades of Bahia #ABC514

Tints of Bahia #ABC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.77%

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

R = 44.07%
G = 50.77%
B = 5.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#ABC514 (or 0xABC514) is known color: Bahia. HEX triplet: AB, C5 and 14. RGB value is (171,197,20). Sum of RGB (Red+Green+Blue) = 171+197+20=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC514 is #543AEB. Grayscale: #A9A9A9. Windows color (decimal): -5520108 or 1361323. OLE color: 1361323.

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

Color convert

RGB 171 197 20 -
CMYK 0.13 0 0.90 0.23
HSL 68.81º 0.82% 0.43% -
HSV(B) 68.81º 0.9% 0.77% -
XYZ 36.89 48.64 8.11 -
YUV 169.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 171 197 20 0.13 0 0.90 0.23 68.81 0.82 0.43
Hex AB C5 14 D 0 5A 17 45 52 2B
Octal 253 305 24 15 0 132 27 105 122 53
Binary 10101011 11000101 10100 1101 0 1011010 10111 1000101 1010010 101011

Color Harmonies of #ABC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC514

Black with #ABC514

Text Example


Text Example

White with #ABC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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