Html Css Color HEX #AFBC3D Celery

📋 copy color: '#AFBC3D'

red 175 ◦ green 188 ◦ blue 61

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

Shades of Celery #AFBC3D

Tints of Celery #AFBC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.39%

R = 41.27%
G = 44.34%
B = 14.39%

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

#AFBC3D (or 0xAFBC3D) is known color: Celery. HEX triplet: AF, BC and 3D. RGB value is (175,188,61). Sum of RGB (Red+Green+Blue) = 175+188+61=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC3D is #5043C2. Grayscale: #AAAAAA. Windows color (decimal): -5260227 or 4045999. OLE color: 4045999.

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

Color convert

RGB 175 188 61 -
CMYK 0.07 0 0.68 0.26
HSL 66.14º 0.51% 0.49% -
HSV(B) 66.14º 0.68% 0.74% -
XYZ 36.5 45.42 11.26 -
YUV 169.64 66.69 131.83 -
System Red Green Blue C M Y K H S L
Decimal 175 188 61 0.07 0 0.68 0.26 66.14 0.51 0.49
Hex AF BC 3D 7 0 44 1A 42 33 31
Octal 257 274 75 7 0 104 32 102 63 61
Binary 10101111 10111100 111101 111 0 1000100 11010 1000010 110011 110001

Color Harmonies of #AFBC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC3D

Black with #AFBC3D

Text Example


Text Example

White with #AFBC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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