Html Css Color HEX #ABC614 Bahia

📋 copy color: '#ABC614'

red 171 ◦ green 198 ◦ blue 20

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

Shades of Bahia #ABC614

Tints of Bahia #ABC614

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.9%

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

R = 43.96%
G = 50.9%
B = 5.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#ABC614 (or 0xABC614) is known color: Bahia. HEX triplet: AB, C6 and 14. RGB value is (171,198,20). Sum of RGB (Red+Green+Blue) = 171+198+20=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC614 is #5439EB. Grayscale: #AAAAAA. Windows color (decimal): -5519852 or 1361579. OLE color: 1361579.

HSL color Cylindrical-coordinate representation of color #ABC614: hue angle of 69.1º 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 #ABC614 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 20 -
CMYK 0.14 0 0.90 0.22
HSL 69.1º 0.82% 0.43% -
HSV(B) 69.1º 0.9% 0.78% -
XYZ 37.11 49.1 8.18 -
YUV 169.64 43.55 128.97 -
System Red Green Blue C M Y K H S L
Decimal 171 198 20 0.14 0 0.90 0.22 69.1 0.82 0.43
Hex AB C6 14 E 0 5A 16 45 52 2B
Octal 253 306 24 16 0 132 26 105 122 53
Binary 10101011 11000110 10100 1110 0 1011010 10110 1000101 1010010 101011

Color Harmonies of #ABC614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC614

Black with #ABC614

Text Example


Text Example

White with #ABC614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC614; }

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

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

background-color css

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

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

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

border-color css

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

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

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