Html Css Color HEX #AFBD3C Celery

📋 copy color: '#AFBD3C'

red 175 ◦ green 189 ◦ blue 60

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

Shades of Celery #AFBD3C

Tints of Celery #AFBD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.58%

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

R = 41.27%
G = 44.58%
B = 14.15%

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

#AFBD3C (or 0xAFBD3C) is known color: Celery. HEX triplet: AF, BD and 3C. RGB value is (175,189,60). Sum of RGB (Red+Green+Blue) = 175+189+60=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD3C is #5042C3. Grayscale: #AAAAAA. Windows color (decimal): -5259972 or 3980719. OLE color: 3980719.

HSL color Cylindrical-coordinate representation of color #AFBD3C: hue angle of 66.51º 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 #AFBD3C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 60 -
CMYK 0.07 0 0.68 0.26
HSL 66.51º 0.52% 0.49% -
HSV(B) 66.51º 0.68% 0.74% -
XYZ 36.69 45.84 11.19 -
YUV 170.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 175 189 60 0.07 0 0.68 0.26 66.51 0.52 0.49
Hex AF BD 3C 7 0 44 1A 43 34 31
Octal 257 275 74 7 0 104 32 103 64 61
Binary 10101111 10111101 111100 111 0 1000100 11010 1000011 110100 110001

Color Harmonies of #AFBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD3C

Black with #AFBD3C

Text Example


Text Example

White with #AFBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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