Html Css Color HEX #A2BD4F Celery

📋 copy color: '#A2BD4F'

red 162 ◦ green 189 ◦ blue 79

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

Shades of Celery #A2BD4F

Tints of Celery #A2BD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 37.67%
G = 43.95%
B = 18.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#A2BD4F (or 0xA2BD4F) is known color: Celery. HEX triplet: A2, BD and 4F. RGB value is (162,189,79). Sum of RGB (Red+Green+Blue) = 162+189+79=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD4F is #5D42B0. Grayscale: #A8A8A8. Windows color (decimal): -6111921 or 5225890. OLE color: 5225890.

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

Color convert

RGB 162 189 79 -
CMYK 0.14 0 0.58 0.26
HSL 74.73º 0.45% 0.53% -
HSV(B) 74.73º 0.58% 0.74% -
XYZ 34.51 44.64 14.19 -
YUV 168.39 77.55 123.44 -
System Red Green Blue C M Y K H S L
Decimal 162 189 79 0.14 0 0.58 0.26 74.73 0.45 0.53
Hex A2 BD 4F E 0 3A 1A 4B 2D 35
Octal 242 275 117 16 0 72 32 113 55 65
Binary 10100010 10111101 1001111 1110 0 111010 11010 1001011 101101 110101

Color Harmonies of #A2BD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD4F

Black with #A2BD4F

Text Example


Text Example

White with #A2BD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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