Html Css Color HEX #A2B450 Celery

📋 copy color: '#A2B450'

red 162 ◦ green 180 ◦ blue 80

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

Shades of Celery #A2B450

Tints of Celery #A2B450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 38.39%
G = 42.65%
B = 18.96%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#A2B450 (or 0xA2B450) is known color: Celery. HEX triplet: A2, B4 and 50. RGB value is (162,180,80). Sum of RGB (Red+Green+Blue) = 162+180+80=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B450 is #5D4BAF. Grayscale: #A3A3A3. Windows color (decimal): -6114224 or 5289122. OLE color: 5289122.

HSL color Cylindrical-coordinate representation of color #A2B450: hue angle of 70.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2B450 is Cyan = 0.1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 80 -
CMYK 0.1 0 0.56 0.29
HSL 70.8º 0.4% 0.51% -
HSV(B) 70.8º 0.56% 0.71% -
XYZ 32.67 40.9 13.76 -
YUV 163.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 162 180 80 0.1 0 0.56 0.29 70.8 0.4 0.51
Hex A2 B4 50 A 0 38 1D 47 28 33
Octal 242 264 120 12 0 70 35 107 50 63
Binary 10100010 10110100 1010000 1010 0 111000 11101 1000111 101000 110011

Color Harmonies of #A2B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B450

Black with #A2B450

Text Example


Text Example

White with #A2B450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B450; }

 p { color: rgb(162,180,80); }

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

background-color css

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

 a { background-color: rgb(162,180,80); }

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

border-color css

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

 span { border-color: rgb(162,180,80); }

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