Html Css Color HEX #A0BE4B Celery

📋 copy color: '#A0BE4B'

red 160 ◦ green 190 ◦ blue 75

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

Shades of Celery #A0BE4B

Tints of Celery #A0BE4B

RGB

 RED value IS 160 (62.89% from 255) = 37.65%

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

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 37.65%
G = 44.71%
B = 17.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#A0BE4B (or 0xA0BE4B) is known color: Celery. HEX triplet: A0, BE and 4B. RGB value is (160,190,75). Sum of RGB (Red+Green+Blue) = 160+190+75=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE4B is #5F41B4. Grayscale: #A8A8A8. Windows color (decimal): -6242741 or 4964000. OLE color: 4964000.

HSL color Cylindrical-coordinate representation of color #A0BE4B: hue angle of 75.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0BE4B is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 75 -
CMYK 0.16 0 0.61 0.25
HSL 75.65º 0.47% 0.52% -
HSV(B) 75.65º 0.61% 0.75% -
XYZ 34.18 44.81 13.5 -
YUV 167.92 75.56 122.35 -
System Red Green Blue C M Y K H S L
Decimal 160 190 75 0.16 0 0.61 0.25 75.65 0.47 0.52
Hex A0 BE 4B 10 0 3D 19 4C 2F 34
Octal 240 276 113 20 0 75 31 114 57 64
Binary 10100000 10111110 1001011 10000 0 111101 11001 1001100 101111 110100

Color Harmonies of #A0BE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE4B

Black with #A0BE4B

Text Example


Text Example

White with #A0BE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE4B; }

 p { color: rgb(160,190,75); }

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

background-color css

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

 a { background-color: rgb(160,190,75); }

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

border-color css

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

 span { border-color: rgb(160,190,75); }

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