Html Css Color HEX #ABC316 Bahia

📋 copy color: '#ABC316'

red 171 ◦ green 195 ◦ blue 22

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

Shades of Bahia #ABC316

Tints of Bahia #ABC316

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.26%

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 44.07%
G = 50.26%
B = 5.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#ABC316 (or 0xABC316) is known color: Bahia. HEX triplet: AB, C3 and 16. RGB value is (171,195,22). Sum of RGB (Red+Green+Blue) = 171+195+22=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC316 is #543CE9. Grayscale: #A8A8A8. Windows color (decimal): -5520618 or 1491883. OLE color: 1491883.

HSL color Cylindrical-coordinate representation of color #ABC316: hue angle of 68.32º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABC316 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 22 -
CMYK 0.12 0 0.89 0.24
HSL 68.32º 0.8% 0.43% -
HSV(B) 68.32º 0.89% 0.76% -
XYZ 36.45 47.75 8.05 -
YUV 168.1 45.55 130.07 -
System Red Green Blue C M Y K H S L
Decimal 171 195 22 0.12 0 0.89 0.24 68.32 0.8 0.43
Hex AB C3 16 C 0 59 18 44 50 2B
Octal 253 303 26 14 0 131 30 104 120 53
Binary 10101011 11000011 10110 1100 0 1011001 11000 1000100 1010000 101011

Color Harmonies of #ABC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC316

Black with #ABC316

Text Example


Text Example

White with #ABC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC316; }

 p { color: rgb(171,195,22); }

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

background-color css

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

 a { background-color: rgb(171,195,22); }

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

border-color css

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

 span { border-color: rgb(171,195,22); }

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