Html Css Color HEX #AFBA3C Celery

📋 copy color: '#AFBA3C'

red 175 ◦ green 186 ◦ blue 60

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

Shades of Celery #AFBA3C

Tints of Celery #AFBA3C

RGB

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

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

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

R = 41.57%
G = 44.18%
B = 14.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#AFBA3C (or 0xAFBA3C) is known color: Celery. HEX triplet: AF, BA and 3C. RGB value is (175,186,60). Sum of RGB (Red+Green+Blue) = 175+186+60=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA3C is #5045C3. Grayscale: #A8A8A8. Windows color (decimal): -5260740 or 3979951. OLE color: 3979951.

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

Color convert

RGB 175 186 60 -
CMYK 0.06 0 0.68 0.27
HSL 65.24º 0.51% 0.48% -
HSV(B) 65.24º 0.68% 0.73% -
XYZ 36.05 44.56 10.98 -
YUV 168.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 175 186 60 0.06 0 0.68 0.27 65.24 0.51 0.48
Hex AF BA 3C 6 0 44 1B 41 33 30
Octal 257 272 74 6 0 104 33 101 63 60
Binary 10101111 10111010 111100 110 0 1000100 11011 1000001 110011 110000

Color Harmonies of #AFBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA3C

Black with #AFBA3C

Text Example


Text Example

White with #AFBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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