Html Css Color HEX #A2B250 Celery

📋 copy color: '#A2B250'

red 162 ◦ green 178 ◦ blue 80

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

Shades of Celery #A2B250

Tints of Celery #A2B250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.38%

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

R = 38.57%
G = 42.38%
B = 19.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#A2B250 (or 0xA2B250) is known color: Celery. HEX triplet: A2, B2 and 50. RGB value is (162,178,80). Sum of RGB (Red+Green+Blue) = 162+178+80=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B250 is #5D4DAF. Grayscale: #A2A2A2. Windows color (decimal): -6114736 or 5288610. OLE color: 5288610.

HSL color Cylindrical-coordinate representation of color #A2B250: hue angle of 69.8º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2B250 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 80 -
CMYK 0.09 0 0.55 0.30
HSL 69.8º 0.39% 0.51% -
HSV(B) 69.8º 0.55% 0.7% -
XYZ 32.27 40.1 13.63 -
YUV 162.04 81.7 127.97 -
System Red Green Blue C M Y K H S L
Decimal 162 178 80 0.09 0 0.55 0.30 69.8 0.39 0.51
Hex A2 B2 50 9 0 37 1E 46 27 33
Octal 242 262 120 11 0 67 36 106 47 63
Binary 10100010 10110010 1010000 1001 0 110111 11110 1000110 100111 110011

Color Harmonies of #A2B250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B250

Black with #A2B250

Text Example


Text Example

White with #A2B250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B250; }

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

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

background-color css

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

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

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

border-color css

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

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

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