Html Css Color HEX #AFB345 Celery

📋 copy color: '#AFB345'

red 175 ◦ green 179 ◦ blue 69

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

Shades of Celery #AFB345

Tints of Celery #AFB345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

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

R = 41.37%
G = 42.32%
B = 16.31%

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

#AFB345 (or 0xAFB345) is known color: Celery. HEX triplet: AF, B3 and 45. RGB value is (175,179,69). Sum of RGB (Red+Green+Blue) = 175+179+69=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB345 is #504CBA. Grayscale: #A5A5A5. Windows color (decimal): -5262523 or 4567983. OLE color: 4567983.

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

Color convert

RGB 175 179 69 -
CMYK 0.02 0 0.61 0.30
HSL 62.18º 0.44% 0.49% -
HSV(B) 62.18º 0.61% 0.7% -
XYZ 34.87 41.78 11.86 -
YUV 165.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 175 179 69 0.02 0 0.61 0.30 62.18 0.44 0.49
Hex AF B3 45 2 0 3D 1E 3E 2C 31
Octal 257 263 105 2 0 75 36 76 54 61
Binary 10101111 10110011 1000101 10 0 111101 11110 111110 101100 110001

Color Harmonies of #AFB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB345

Black with #AFB345

Text Example


Text Example

White with #AFB345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB345; }

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

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

background-color css

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

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

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

border-color css

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

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

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