Html Css Color HEX #ABC10D Bahia

📋 copy color: '#ABC10D'

red 171 ◦ green 193 ◦ blue 13

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

Shades of Bahia #ABC10D

Tints of Bahia #ABC10D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.19%

 BLUE value IS 13 (5.47% from 255) = 3.45%

R = 45.36%
G = 51.19%
B = 3.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#ABC10D (or 0xABC10D) is known color: Bahia. HEX triplet: AB, C1 and 0D. RGB value is (171,193,13). Sum of RGB (Red+Green+Blue) = 171+193+13=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC10D is #543EF2. Grayscale: #A6A6A6. Windows color (decimal): -5521139 or 901547. OLE color: 901547.

HSL color Cylindrical-coordinate representation of color #ABC10D: hue angle of 67.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC10D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 13 -
CMYK 0.11 0 0.93 0.24
HSL 67.33º 0.87% 0.4% -
HSV(B) 67.33º 0.93% 0.76% -
XYZ 35.94 46.83 7.53 -
YUV 165.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 171 193 13 0.11 0 0.93 0.24 67.33 0.87 0.4
Hex AB C1 D B 0 5D 18 43 57 28
Octal 253 301 15 13 0 135 30 103 127 50
Binary 10101011 11000001 1101 1011 0 1011101 11000 1000011 1010111 101000

Color Harmonies of #ABC10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC10D

Black with #ABC10D

Text Example


Text Example

White with #ABC10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC10D; }

 p { color: rgb(171,193,13); }

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

background-color css

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

 a { background-color: rgb(171,193,13); }

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

border-color css

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

 span { border-color: rgb(171,193,13); }

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