Html Css Color HEX #A5C04B Celery

📋 copy color: '#A5C04B'

red 165 ◦ green 192 ◦ blue 75

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

Shades of Celery #A5C04B

Tints of Celery #A5C04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.44%

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

R = 38.19%
G = 44.44%
B = 17.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#A5C04B (or 0xA5C04B) is known color: Celery. HEX triplet: A5, C0 and 4B. RGB value is (165,192,75). Sum of RGB (Red+Green+Blue) = 165+192+75=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C04B is #5A3FB4. Grayscale: #ABABAB. Windows color (decimal): -5914549 or 4964517. OLE color: 4964517.

HSL color Cylindrical-coordinate representation of color #A5C04B: hue angle of 73.85º degrees, saturation: 0.48, 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 #A5C04B is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 75 -
CMYK 0.14 0 0.61 0.25
HSL 73.85º 0.48% 0.52% -
HSV(B) 73.85º 0.61% 0.75% -
XYZ 35.64 46.21 13.7 -
YUV 170.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 165 192 75 0.14 0 0.61 0.25 73.85 0.48 0.52
Hex A5 C0 4B E 0 3D 19 4A 30 34
Octal 245 300 113 16 0 75 31 112 60 64
Binary 10100101 11000000 1001011 1110 0 111101 11001 1001010 110000 110100

Color Harmonies of #A5C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C04B

Black with #A5C04B

Text Example


Text Example

White with #A5C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C04B; }

 p { color: rgb(165,192,75); }

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

background-color css

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

 a { background-color: rgb(165,192,75); }

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

border-color css

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

 span { border-color: rgb(165,192,75); }

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