Html Css Color HEX #A2BD42 Celery

📋 copy color: '#A2BD42'

red 162 ◦ green 189 ◦ blue 66

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

Shades of Celery #A2BD42

Tints of Celery #A2BD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

 BLUE value IS 66 (26.17% from 255) = 15.83%

R = 38.85%
G = 45.32%
B = 15.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#A2BD42 (or 0xA2BD42) is known color: Celery. HEX triplet: A2, BD and 42. RGB value is (162,189,66). Sum of RGB (Red+Green+Blue) = 162+189+66=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD42 is #5D42BD. Grayscale: #A7A7A7. Windows color (decimal): -6111934 or 4373922. OLE color: 4373922.

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

Color convert

RGB 162 189 66 -
CMYK 0.14 0 0.65 0.26
HSL 73.17º 0.48% 0.5% -
HSV(B) 73.17º 0.65% 0.74% -
XYZ 34.08 44.47 11.94 -
YUV 166.91 71.05 124.5 -
System Red Green Blue C M Y K H S L
Decimal 162 189 66 0.14 0 0.65 0.26 73.17 0.48 0.5
Hex A2 BD 42 E 0 41 1A 49 30 32
Octal 242 275 102 16 0 101 32 111 60 62
Binary 10100010 10111101 1000010 1110 0 1000001 11010 1001001 110000 110010

Color Harmonies of #A2BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD42

Black with #A2BD42

Text Example


Text Example

White with #A2BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD42; }

 p { color: rgb(162,189,66); }

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

background-color css

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

 a { background-color: rgb(162,189,66); }

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

border-color css

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

 span { border-color: rgb(162,189,66); }

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