Html Css Color HEX #AFBD45 Celery

📋 copy color: '#AFBD45'

red 175 ◦ green 189 ◦ blue 69

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

Shades of Celery #AFBD45

Tints of Celery #AFBD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.94%

R = 40.42%
G = 43.65%
B = 15.94%

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

#AFBD45 (or 0xAFBD45) is known color: Celery. HEX triplet: AF, BD and 45. RGB value is (175,189,69). Sum of RGB (Red+Green+Blue) = 175+189+69=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD45 is #5042BA. Grayscale: #ABABAB. Windows color (decimal): -5259963 or 4570543. OLE color: 4570543.

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

Color convert

RGB 175 189 69 -
CMYK 0.07 0 0.63 0.26
HSL 67º 0.48% 0.51% -
HSV(B) 67º 0.63% 0.74% -
XYZ 36.95 45.94 12.55 -
YUV 171.13 70.36 130.76 -
System Red Green Blue C M Y K H S L
Decimal 175 189 69 0.07 0 0.63 0.26 67 0.48 0.51
Hex AF BD 45 7 0 3F 1A 43 30 33
Octal 257 275 105 7 0 77 32 103 60 63
Binary 10101111 10111101 1000101 111 0 111111 11010 1000011 110000 110011

Color Harmonies of #AFBD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD45

Black with #AFBD45

Text Example


Text Example

White with #AFBD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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