Html Css Color HEX #AFBD46 Celery

📋 copy color: '#AFBD46'

red 175 ◦ green 189 ◦ blue 70

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

Shades of Celery #AFBD46

Tints of Celery #AFBD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.13%

R = 40.32%
G = 43.55%
B = 16.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#AFBD46 (or 0xAFBD46) is known color: Celery. HEX triplet: AF, BD and 46. RGB value is (175,189,70). Sum of RGB (Red+Green+Blue) = 175+189+70=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD46 is #5042B9. Grayscale: #ABABAB. Windows color (decimal): -5259962 or 4636079. OLE color: 4636079.

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

Color convert

RGB 175 189 70 -
CMYK 0.07 0 0.63 0.26
HSL 67.06º 0.47% 0.51% -
HSV(B) 67.06º 0.63% 0.74% -
XYZ 36.98 45.95 12.71 -
YUV 171.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 175 189 70 0.07 0 0.63 0.26 67.06 0.47 0.51
Hex AF BD 46 7 0 3F 1A 43 2F 33
Octal 257 275 106 7 0 77 32 103 57 63
Binary 10101111 10111101 1000110 111 0 111111 11010 1000011 101111 110011

Color Harmonies of #AFBD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD46

Black with #AFBD46

Text Example


Text Example

White with #AFBD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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