Html Css Color HEX #ABC00D Bahia

📋 copy color: '#ABC00D'

red 171 ◦ green 192 ◦ blue 13

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

Shades of Bahia #ABC00D

Tints of Bahia #ABC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.06%

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

R = 45.48%
G = 51.06%
B = 3.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#ABC00D (or 0xABC00D) is known color: Bahia. HEX triplet: AB, C0 and 0D. RGB value is (171,192,13). Sum of RGB (Red+Green+Blue) = 171+192+13=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC00D is #543FF2. Grayscale: #A6A6A6. Windows color (decimal): -5521395 or 901291. OLE color: 901291.

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

Color convert

RGB 171 192 13 -
CMYK 0.11 0 0.93 0.25
HSL 67.04º 0.87% 0.4% -
HSV(B) 67.04º 0.93% 0.75% -
XYZ 35.72 46.39 7.45 -
YUV 165.32 42.04 132.05 -
System Red Green Blue C M Y K H S L
Decimal 171 192 13 0.11 0 0.93 0.25 67.04 0.87 0.4
Hex AB C0 D B 0 5D 19 43 57 28
Octal 253 300 15 13 0 135 31 103 127 50
Binary 10101011 11000000 1101 1011 0 1011101 11001 1000011 1010111 101000

Color Harmonies of #ABC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC00D

Black with #ABC00D

Text Example


Text Example

White with #ABC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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