Html Css Color HEX #AFBF4D Celery

📋 copy color: '#AFBF4D'

red 175 ◦ green 191 ◦ blue 77

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

Shades of Celery #AFBF4D

Tints of Celery #AFBF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.38%

R = 39.5%
G = 43.12%
B = 17.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#AFBF4D (or 0xAFBF4D) is known color: Celery. HEX triplet: AF, BF and 4D. RGB value is (175,191,77). Sum of RGB (Red+Green+Blue) = 175+191+77=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF4D is #5040B2. Grayscale: #ADADAD. Windows color (decimal): -5259443 or 5095343. OLE color: 5095343.

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

Color convert

RGB 175 191 77 -
CMYK 0.08 0 0.60 0.25
HSL 68.42º 0.47% 0.53% -
HSV(B) 68.42º 0.6% 0.75% -
XYZ 37.65 46.91 14.09 -
YUV 173.22 73.7 129.27 -
System Red Green Blue C M Y K H S L
Decimal 175 191 77 0.08 0 0.60 0.25 68.42 0.47 0.53
Hex AF BF 4D 8 0 3C 19 44 2F 35
Octal 257 277 115 10 0 74 31 104 57 65
Binary 10101111 10111111 1001101 1000 0 111100 11001 1000100 101111 110101

Color Harmonies of #AFBF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF4D

Black with #AFBF4D

Text Example


Text Example

White with #AFBF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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