Html Css Color HEX #ABC821 Bahia

📋 copy color: '#ABC821'

red 171 ◦ green 200 ◦ blue 33

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

Shades of Bahia #ABC821

Tints of Bahia #ABC821

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.5%

 BLUE value IS 33 (13.28% from 255) = 8.17%

R = 42.33%
G = 49.5%
B = 8.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#ABC821 (or 0xABC821) is known color: Bahia. HEX triplet: AB, C8 and 21. RGB value is (171,200,33). Sum of RGB (Red+Green+Blue) = 171+200+33=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC821 is #5437DE. Grayscale: #ACACAC. Windows color (decimal): -5519327 or 2214059. OLE color: 2214059.

HSL color Cylindrical-coordinate representation of color #ABC821: hue angle of 70.42º degrees, saturation: 0.72, 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 #ABC821 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 33 -
CMYK 0.14 0 0.84 0.22
HSL 70.42º 0.72% 0.46% -
HSV(B) 70.42º 0.84% 0.78% -
XYZ 37.72 50.08 9.12 -
YUV 172.29 49.39 127.08 -
System Red Green Blue C M Y K H S L
Decimal 171 200 33 0.14 0 0.84 0.22 70.42 0.72 0.46
Hex AB C8 21 E 0 54 16 46 48 2E
Octal 253 310 41 16 0 124 26 106 110 56
Binary 10101011 11001000 100001 1110 0 1010100 10110 1000110 1001000 101110

Color Harmonies of #ABC821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC821

Black with #ABC821

Text Example


Text Example

White with #ABC821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC821; }

 p { color: rgb(171,200,33); }

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

background-color css

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

 a { background-color: rgb(171,200,33); }

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

border-color css

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

 span { border-color: rgb(171,200,33); }

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