Html Css Color HEX #A5B750 Celery

📋 copy color: '#A5B750'

red 165 ◦ green 183 ◦ blue 80

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

Shades of Celery #A5B750

Tints of Celery #A5B750

RGB

 RED value IS 165 (64.84% from 255) = 38.55%

 GREEN value IS 183 (71.88% from 255) = 42.76%

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

R = 38.55%
G = 42.76%
B = 18.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#A5B750 (or 0xA5B750) is known color: Celery. HEX triplet: A5, B7 and 50. RGB value is (165,183,80). Sum of RGB (Red+Green+Blue) = 165+183+80=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B750 is #5A48AF. Grayscale: #A6A6A6. Windows color (decimal): -5916848 or 5289893. OLE color: 5289893.

HSL color Cylindrical-coordinate representation of color #A5B750: hue angle of 70.49º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5B750 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 80 -
CMYK 0.10 0 0.56 0.28
HSL 70.49º 0.42% 0.52% -
HSV(B) 70.49º 0.56% 0.72% -
XYZ 33.9 42.45 14 -
YUV 165.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 165 183 80 0.10 0 0.56 0.28 70.49 0.42 0.52
Hex A5 B7 50 A 0 38 1C 46 2A 34
Octal 245 267 120 12 0 70 34 106 52 64
Binary 10100101 10110111 1010000 1010 0 111000 11100 1000110 101010 110100

Color Harmonies of #A5B750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B750

Black with #A5B750

Text Example


Text Example

White with #A5B750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B750; }

 p { color: rgb(165,183,80); }

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

background-color css

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

 a { background-color: rgb(165,183,80); }

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

border-color css

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

 span { border-color: rgb(165,183,80); }

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