Html Css Color HEX #A2BC52 Celery

📋 copy color: '#A2BC52'

red 162 ◦ green 188 ◦ blue 82

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

Shades of Celery #A2BC52

Tints of Celery #A2BC52

RGB

 RED value IS 162 (63.67% from 255) = 37.5%

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 82 (32.42% from 255) = 18.98%

R = 37.5%
G = 43.52%
B = 18.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#A2BC52 (or 0xA2BC52) is known color: Celery. HEX triplet: A2, BC and 52. RGB value is (162,188,82). Sum of RGB (Red+Green+Blue) = 162+188+82=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC52 is #5D43AD. Grayscale: #A8A8A8. Windows color (decimal): -6112174 or 5422242. OLE color: 5422242.

HSL color Cylindrical-coordinate representation of color #A2BC52: hue angle of 74.72º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2BC52 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 82 -
CMYK 0.14 0 0.56 0.26
HSL 74.72º 0.44% 0.53% -
HSV(B) 74.72º 0.56% 0.74% -
XYZ 34.41 44.26 14.71 -
YUV 168.14 79.39 123.62 -
System Red Green Blue C M Y K H S L
Decimal 162 188 82 0.14 0 0.56 0.26 74.72 0.44 0.53
Hex A2 BC 52 E 0 38 1A 4B 2C 35
Octal 242 274 122 16 0 70 32 113 54 65
Binary 10100010 10111100 1010010 1110 0 111000 11010 1001011 101100 110101

Color Harmonies of #A2BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC52

Black with #A2BC52

Text Example


Text Example

White with #A2BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC52; }

 p { color: rgb(162,188,82); }

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

background-color css

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

 a { background-color: rgb(162,188,82); }

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

border-color css

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

 span { border-color: rgb(162,188,82); }

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