Html Css Color HEX #AFBA4A Celery

📋 copy color: '#AFBA4A'

red 175 ◦ green 186 ◦ blue 74

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

Shades of Celery #AFBA4A

Tints of Celery #AFBA4A

RGB

 RED value IS 175 (68.75% from 255) = 40.23%

 GREEN value IS 186 (73.05% from 255) = 42.76%

 BLUE value IS 74 (29.3% from 255) = 17.01%

R = 40.23%
G = 42.76%
B = 17.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#AFBA4A (or 0xAFBA4A) is known color: Celery. HEX triplet: AF, BA and 4A. RGB value is (175,186,74). Sum of RGB (Red+Green+Blue) = 175+186+74=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA4A is #5045B5. Grayscale: #AAAAAA. Windows color (decimal): -5260726 or 4897455. OLE color: 4897455.

HSL color Cylindrical-coordinate representation of color #AFBA4A: hue angle of 65.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFBA4A is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 74 -
CMYK 0.06 0 0.60 0.27
HSL 65.89º 0.45% 0.51% -
HSV(B) 65.89º 0.6% 0.73% -
XYZ 36.47 44.73 13.19 -
YUV 169.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 175 186 74 0.06 0 0.60 0.27 65.89 0.45 0.51
Hex AF BA 4A 6 0 3C 1B 42 2D 33
Octal 257 272 112 6 0 74 33 102 55 63
Binary 10101111 10111010 1001010 110 0 111100 11011 1000010 101101 110011

Color Harmonies of #AFBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA4A

Black with #AFBA4A

Text Example


Text Example

White with #AFBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA4A; }

 p { color: rgb(175,186,74); }

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

background-color css

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

 a { background-color: rgb(175,186,74); }

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

border-color css

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

 span { border-color: rgb(175,186,74); }

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