Html Css Color HEX #ABC015 Bahia

📋 copy color: '#ABC015'

red 171 ◦ green 192 ◦ blue 21

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

Shades of Bahia #ABC015

Tints of Bahia #ABC015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.47%

R = 44.53%
G = 50%
B = 5.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#ABC015 (or 0xABC015) is known color: Bahia. HEX triplet: AB, C0 and 15. RGB value is (171,192,21). Sum of RGB (Red+Green+Blue) = 171+192+21=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC015 is #543FEA. Grayscale: #A6A6A6. Windows color (decimal): -5521387 or 1425579. OLE color: 1425579.

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

Color convert

RGB 171 192 21 -
CMYK 0.11 0 0.89 0.25
HSL 67.37º 0.8% 0.42% -
HSV(B) 67.37º 0.89% 0.75% -
XYZ 35.78 46.41 7.78 -
YUV 166.23 46.04 131.4 -
System Red Green Blue C M Y K H S L
Decimal 171 192 21 0.11 0 0.89 0.25 67.37 0.8 0.42
Hex AB C0 15 B 0 59 19 43 50 2A
Octal 253 300 25 13 0 131 31 103 120 52
Binary 10101011 11000000 10101 1011 0 1011001 11001 1000011 1010000 101010

Color Harmonies of #ABC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC015

Black with #ABC015

Text Example


Text Example

White with #ABC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC015; }

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

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

background-color css

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

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

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

border-color css

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

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

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