Html Css Color HEX #AFBF4E Celery

📋 copy color: '#AFBF4E'

red 175 ◦ green 191 ◦ blue 78

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

Shades of Celery #AFBF4E

Tints of Celery #AFBF4E

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

 BLUE value IS 78 (30.86% from 255) = 17.57%

R = 39.41%
G = 43.02%
B = 17.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#AFBF4E (or 0xAFBF4E) is known color: Celery. HEX triplet: AF, BF and 4E. RGB value is (175,191,78). Sum of RGB (Red+Green+Blue) = 175+191+78=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF4E is #5040B1. Grayscale: #ADADAD. Windows color (decimal): -5259442 or 5160879. OLE color: 5160879.

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

Color convert

RGB 175 191 78 -
CMYK 0.08 0 0.59 0.25
HSL 68.5º 0.47% 0.53% -
HSV(B) 68.5º 0.59% 0.75% -
XYZ 37.69 46.93 14.28 -
YUV 173.33 74.2 129.19 -
System Red Green Blue C M Y K H S L
Decimal 175 191 78 0.08 0 0.59 0.25 68.5 0.47 0.53
Hex AF BF 4E 8 0 3B 19 44 2F 35
Octal 257 277 116 10 0 73 31 104 57 65
Binary 10101111 10111111 1001110 1000 0 111011 11001 1000100 101111 110101

Color Harmonies of #AFBF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF4E

Black with #AFBF4E

Text Example


Text Example

White with #AFBF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF4E; }

 p { color: rgb(175,191,78); }

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

background-color css

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

 a { background-color: rgb(175,191,78); }

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

border-color css

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

 span { border-color: rgb(175,191,78); }

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