Html Css Color HEX #ABC320 Bahia

📋 copy color: '#ABC320'

red 171 ◦ green 195 ◦ blue 32

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

Shades of Bahia #ABC320

Tints of Bahia #ABC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 42.96%
G = 48.99%
B = 8.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#ABC320 (or 0xABC320) is known color: Bahia. HEX triplet: AB, C3 and 20. RGB value is (171,195,32). Sum of RGB (Red+Green+Blue) = 171+195+32=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC320 is #543CDF. Grayscale: #A9A9A9. Windows color (decimal): -5520608 or 2147243. OLE color: 2147243.

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

Color convert

RGB 171 195 32 -
CMYK 0.12 0 0.84 0.24
HSL 68.83º 0.72% 0.45% -
HSV(B) 68.83º 0.84% 0.76% -
XYZ 36.57 47.79 8.66 -
YUV 169.24 50.55 129.25 -
System Red Green Blue C M Y K H S L
Decimal 171 195 32 0.12 0 0.84 0.24 68.83 0.72 0.45
Hex AB C3 20 C 0 54 18 45 48 2D
Octal 253 303 40 14 0 124 30 105 110 55
Binary 10101011 11000011 100000 1100 0 1010100 11000 1000101 1001000 101101

Color Harmonies of #ABC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC320

Black with #ABC320

Text Example


Text Example

White with #ABC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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