Html Css Color HEX #AFBD3F Celery

📋 copy color: '#AFBD3F'

red 175 ◦ green 189 ◦ blue 63

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

Shades of Celery #AFBD3F

Tints of Celery #AFBD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.75%

R = 40.98%
G = 44.26%
B = 14.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#AFBD3F (or 0xAFBD3F) is known color: Celery. HEX triplet: AF, BD and 3F. RGB value is (175,189,63). Sum of RGB (Red+Green+Blue) = 175+189+63=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD3F is #5042C0. Grayscale: #AAAAAA. Windows color (decimal): -5259969 or 4177327. OLE color: 4177327.

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

Color convert

RGB 175 189 63 -
CMYK 0.07 0 0.67 0.26
HSL 66.67º 0.5% 0.49% -
HSV(B) 66.67º 0.67% 0.74% -
XYZ 36.77 45.87 11.62 -
YUV 170.45 67.36 131.25 -
System Red Green Blue C M Y K H S L
Decimal 175 189 63 0.07 0 0.67 0.26 66.67 0.5 0.49
Hex AF BD 3F 7 0 43 1A 43 32 31
Octal 257 275 77 7 0 103 32 103 62 61
Binary 10101111 10111101 111111 111 0 1000011 11010 1000011 110010 110001

Color Harmonies of #AFBD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD3F

Black with #AFBD3F

Text Example


Text Example

White with #AFBD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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