Html Css Color HEX #AFBC3C Celery

📋 copy color: '#AFBC3C'

red 175 ◦ green 188 ◦ blue 60

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

Shades of Celery #AFBC3C

Tints of Celery #AFBC3C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.44%

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

R = 41.37%
G = 44.44%
B = 14.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#AFBC3C (or 0xAFBC3C) is known color: Celery. HEX triplet: AF, BC and 3C. RGB value is (175,188,60). Sum of RGB (Red+Green+Blue) = 175+188+60=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC3C is #5043C3. Grayscale: #AAAAAA. Windows color (decimal): -5260228 or 3980463. OLE color: 3980463.

HSL color Cylindrical-coordinate representation of color #AFBC3C: hue angle of 66.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFBC3C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 60 -
CMYK 0.07 0 0.68 0.26
HSL 66.09º 0.52% 0.49% -
HSV(B) 66.09º 0.68% 0.74% -
XYZ 36.48 45.41 11.12 -
YUV 169.52 66.19 131.91 -
System Red Green Blue C M Y K H S L
Decimal 175 188 60 0.07 0 0.68 0.26 66.09 0.52 0.49
Hex AF BC 3C 7 0 44 1A 42 34 31
Octal 257 274 74 7 0 104 32 102 64 61
Binary 10101111 10111100 111100 111 0 1000100 11010 1000010 110100 110001

Color Harmonies of #AFBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC3C

Black with #AFBC3C

Text Example


Text Example

White with #AFBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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