Html Css Color HEX #ABCA10 Bahia

📋 copy color: '#ABCA10'

red 171 ◦ green 202 ◦ blue 16

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

Shades of Bahia #ABCA10

Tints of Bahia #ABCA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.11%

R = 43.96%
G = 51.93%
B = 4.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#ABCA10 (or 0xABCA10) is known color: Bahia. HEX triplet: AB, CA and 10. RGB value is (171,202,16). Sum of RGB (Red+Green+Blue) = 171+202+16=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCA10 is #5435EF. Grayscale: #ACACAC. Windows color (decimal): -5518832 or 1100459. OLE color: 1100459.

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

Color convert

RGB 171 202 16 -
CMYK 0.15 0 0.92 0.21
HSL 70º 0.85% 0.43% -
HSV(B) 70º 0.92% 0.79% -
XYZ 38.01 50.94 8.32 -
YUV 171.53 40.23 127.62 -
System Red Green Blue C M Y K H S L
Decimal 171 202 16 0.15 0 0.92 0.21 70 0.85 0.43
Hex AB CA 10 F 0 5C 15 46 55 2B
Octal 253 312 20 17 0 134 25 106 125 53
Binary 10101011 11001010 10000 1111 0 1011100 10101 1000110 1010101 101011

Color Harmonies of #ABCA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA10

Black with #ABCA10

Text Example


Text Example

White with #ABCA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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