Html Css Color HEX #ABCA14 Bahia

📋 copy color: '#ABCA14'

red 171 ◦ green 202 ◦ blue 20

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

Shades of Bahia #ABCA14

Tints of Bahia #ABCA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.4%

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

R = 43.51%
G = 51.4%
B = 5.09%

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

#ABCA14 (or 0xABCA14) is known color: Bahia. HEX triplet: AB, CA and 14. RGB value is (171,202,20). Sum of RGB (Red+Green+Blue) = 171+202+20=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCA14 is #5435EB. Grayscale: #ACACAC. Windows color (decimal): -5518828 or 1362603. OLE color: 1362603.

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

Color convert

RGB 171 202 20 -
CMYK 0.15 0 0.90 0.21
HSL 70.22º 0.82% 0.44% -
HSV(B) 70.22º 0.9% 0.79% -
XYZ 38.04 50.95 8.49 -
YUV 171.98 42.23 127.3 -
System Red Green Blue C M Y K H S L
Decimal 171 202 20 0.15 0 0.90 0.21 70.22 0.82 0.44
Hex AB CA 14 F 0 5A 15 46 52 2C
Octal 253 312 24 17 0 132 25 106 122 54
Binary 10101011 11001010 10100 1111 0 1011010 10101 1000110 1010010 101100

Color Harmonies of #ABCA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA14

Black with #ABCA14

Text Example


Text Example

White with #ABCA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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