Html Css Color HEX #ABC716 Bahia

📋 copy color: '#ABC716'

red 171 ◦ green 199 ◦ blue 22

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

Shades of Bahia #ABC716

Tints of Bahia #ABC716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.77%

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

R = 43.62%
G = 50.77%
B = 5.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#ABC716 (or 0xABC716) is known color: Bahia. HEX triplet: AB, C7 and 16. RGB value is (171,199,22). Sum of RGB (Red+Green+Blue) = 171+199+22=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC716 is #5438E9. Grayscale: #ABABAB. Windows color (decimal): -5519594 or 1492907. OLE color: 1492907.

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

Color convert

RGB 171 199 22 -
CMYK 0.14 0 0.89 0.22
HSL 69.49º 0.8% 0.43% -
HSV(B) 69.49º 0.89% 0.78% -
XYZ 37.36 49.56 8.36 -
YUV 170.45 44.22 128.39 -
System Red Green Blue C M Y K H S L
Decimal 171 199 22 0.14 0 0.89 0.22 69.49 0.8 0.43
Hex AB C7 16 E 0 59 16 45 50 2B
Octal 253 307 26 16 0 131 26 105 120 53
Binary 10101011 11000111 10110 1110 0 1011001 10110 1000101 1010000 101011

Color Harmonies of #ABC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC716

Black with #ABC716

Text Example


Text Example

White with #ABC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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