Html Css Color HEX #AFB245 Celery

📋 copy color: '#AFB245'

red 175 ◦ green 178 ◦ blue 69

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

Shades of Celery #AFB245

Tints of Celery #AFB245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

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

R = 41.47%
G = 42.18%
B = 16.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#AFB245 (or 0xAFB245) is known color: Celery. HEX triplet: AF, B2 and 45. RGB value is (175,178,69). Sum of RGB (Red+Green+Blue) = 175+178+69=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB245 is #504DBA. Grayscale: #A5A5A5. Windows color (decimal): -5262779 or 4567727. OLE color: 4567727.

HSL color Cylindrical-coordinate representation of color #AFB245: hue angle of 61.65º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFB245 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 69 -
CMYK 0.02 0 0.61 0.30
HSL 61.65º 0.44% 0.48% -
HSV(B) 61.65º 0.61% 0.7% -
XYZ 34.67 41.38 11.79 -
YUV 164.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 175 178 69 0.02 0 0.61 0.30 61.65 0.44 0.48
Hex AF B2 45 2 0 3D 1E 3E 2C 30
Octal 257 262 105 2 0 75 36 76 54 60
Binary 10101111 10110010 1000101 10 0 111101 11110 111110 101100 110000

Color Harmonies of #AFB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB245

Black with #AFB245

Text Example


Text Example

White with #AFB245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB245; }

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

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

background-color css

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

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

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

border-color css

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

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

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