Html Css Color HEX #A8BE40 Celery

📋 copy color: '#A8BE40'

red 168 ◦ green 190 ◦ blue 64

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

Shades of Celery #A8BE40

Tints of Celery #A8BE40

RGB

 RED value IS 168 (66.02% from 255) = 39.81%

 GREEN value IS 190 (74.61% from 255) = 45.02%

 BLUE value IS 64 (25.39% from 255) = 15.17%

R = 39.81%
G = 45.02%
B = 15.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#A8BE40 (or 0xA8BE40) is known color: Celery. HEX triplet: A8, BE and 40. RGB value is (168,190,64). Sum of RGB (Red+Green+Blue) = 168+190+64=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE40 is #5741BF. Grayscale: #A9A9A9. Windows color (decimal): -5718464 or 4243112. OLE color: 4243112.

HSL color Cylindrical-coordinate representation of color #A8BE40: hue angle of 70.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8BE40 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 64 -
CMYK 0.12 0 0.66 0.25
HSL 70.48º 0.5% 0.5% -
HSV(B) 70.48º 0.66% 0.75% -
XYZ 35.49 45.52 11.77 -
YUV 169.06 68.71 127.25 -
System Red Green Blue C M Y K H S L
Decimal 168 190 64 0.12 0 0.66 0.25 70.48 0.5 0.5
Hex A8 BE 40 C 0 42 19 46 32 32
Octal 250 276 100 14 0 102 31 106 62 62
Binary 10101000 10111110 1000000 1100 0 1000010 11001 1000110 110010 110010

Color Harmonies of #A8BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE40

Black with #A8BE40

Text Example


Text Example

White with #A8BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE40; }

 p { color: rgb(168,190,64); }

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

background-color css

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

 a { background-color: rgb(168,190,64); }

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

border-color css

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

 span { border-color: rgb(168,190,64); }

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