Html Css Color HEX #AFBF3C Celery

📋 copy color: '#AFBF3C'

red 175 ◦ green 191 ◦ blue 60

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

Shades of Celery #AFBF3C

Tints of Celery #AFBF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.08%

R = 41.08%
G = 44.84%
B = 14.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#AFBF3C (or 0xAFBF3C) is known color: Celery. HEX triplet: AF, BF and 3C. RGB value is (175,191,60). Sum of RGB (Red+Green+Blue) = 175+191+60=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF3C is #5040C3. Grayscale: #ABABAB. Windows color (decimal): -5259460 or 3981231. OLE color: 3981231.

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

Color convert

RGB 175 191 60 -
CMYK 0.08 0 0.69 0.25
HSL 67.33º 0.52% 0.49% -
HSV(B) 67.33º 0.69% 0.75% -
XYZ 37.13 46.7 11.33 -
YUV 171.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 175 191 60 0.08 0 0.69 0.25 67.33 0.52 0.49
Hex AF BF 3C 8 0 45 19 43 34 31
Octal 257 277 74 10 0 105 31 103 64 61
Binary 10101111 10111111 111100 1000 0 1000101 11001 1000011 110100 110001

Color Harmonies of #AFBF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF3C

Black with #AFBF3C

Text Example


Text Example

White with #AFBF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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