Html Css Color HEX #A5BC3E Celery

📋 copy color: '#A5BC3E'

red 165 ◦ green 188 ◦ blue 62

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

Shades of Celery #A5BC3E

Tints of Celery #A5BC3E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

 BLUE value IS 62 (24.61% from 255) = 14.94%

R = 39.76%
G = 45.3%
B = 14.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#A5BC3E (or 0xA5BC3E) is known color: Celery. HEX triplet: A5, BC and 3E. RGB value is (165,188,62). Sum of RGB (Red+Green+Blue) = 165+188+62=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC3E is #5A43C1. Grayscale: #A7A7A7. Windows color (decimal): -5915586 or 4111525. OLE color: 4111525.

HSL color Cylindrical-coordinate representation of color #A5BC3E: hue angle of 70.95º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5BC3E is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 62 -
CMYK 0.12 0 0.67 0.26
HSL 70.95º 0.5% 0.49% -
HSV(B) 70.95º 0.67% 0.74% -
XYZ 34.37 44.31 11.3 -
YUV 166.76 68.88 126.75 -
System Red Green Blue C M Y K H S L
Decimal 165 188 62 0.12 0 0.67 0.26 70.95 0.5 0.49
Hex A5 BC 3E C 0 43 1A 47 32 31
Octal 245 274 76 14 0 103 32 107 62 61
Binary 10100101 10111100 111110 1100 0 1000011 11010 1000111 110010 110001

Color Harmonies of #A5BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC3E

Black with #A5BC3E

Text Example


Text Example

White with #A5BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC3E; }

 p { color: rgb(165,188,62); }

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

background-color css

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

 a { background-color: rgb(165,188,62); }

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

border-color css

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

 span { border-color: rgb(165,188,62); }

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