Html Css Color HEX #ABC722 Bahia

📋 copy color: '#ABC722'

red 171 ◦ green 199 ◦ blue 34

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

Shades of Bahia #ABC722

Tints of Bahia #ABC722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.42%

R = 42.33%
G = 49.26%
B = 8.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#ABC722 (or 0xABC722) is known color: Bahia. HEX triplet: AB, C7 and 22. RGB value is (171,199,34). Sum of RGB (Red+Green+Blue) = 171+199+34=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC722 is #5438DD. Grayscale: #ACACAC. Windows color (decimal): -5519582 or 2279339. OLE color: 2279339.

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

Color convert

RGB 171 199 34 -
CMYK 0.14 0 0.83 0.22
HSL 70.18º 0.71% 0.46% -
HSV(B) 70.18º 0.83% 0.78% -
XYZ 37.51 49.62 9.11 -
YUV 171.82 50.22 127.42 -
System Red Green Blue C M Y K H S L
Decimal 171 199 34 0.14 0 0.83 0.22 70.18 0.71 0.46
Hex AB C7 22 E 0 53 16 46 47 2E
Octal 253 307 42 16 0 123 26 106 107 56
Binary 10101011 11000111 100010 1110 0 1010011 10110 1000110 1000111 101110

Color Harmonies of #ABC722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC722

Black with #ABC722

Text Example


Text Example

White with #ABC722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC722; }

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

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

background-color css

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

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

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

border-color css

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

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

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