Html Css Color HEX #AFB934 Celery

📋 copy color: '#AFB934'

red 175 ◦ green 185 ◦ blue 52

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

Shades of Celery #AFB934

Tints of Celery #AFB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.9%

 BLUE value IS 52 (20.7% from 255) = 12.62%

R = 42.48%
G = 44.9%
B = 12.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#AFB934 (or 0xAFB934) is known color: Celery. HEX triplet: AF, B9 and 34. RGB value is (175,185,52). Sum of RGB (Red+Green+Blue) = 175+185+52=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB934 is #5046CB. Grayscale: #A7A7A7. Windows color (decimal): -5261004 or 3455407. OLE color: 3455407.

HSL color Cylindrical-coordinate representation of color #AFB934: hue angle of 64.51º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFB934 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 52 -
CMYK 0.05 0 0.72 0.27
HSL 64.51º 0.56% 0.46% -
HSV(B) 64.51º 0.72% 0.73% -
XYZ 35.65 44.06 9.87 -
YUV 166.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 175 185 52 0.05 0 0.72 0.27 64.51 0.56 0.46
Hex AF B9 34 5 0 48 1B 41 38 2E
Octal 257 271 64 5 0 110 33 101 70 56
Binary 10101111 10111001 110100 101 0 1001000 11011 1000001 111000 101110

Color Harmonies of #AFB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB934

Black with #AFB934

Text Example


Text Example

White with #AFB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB934; }

 p { color: rgb(175,185,52); }

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

background-color css

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

 a { background-color: rgb(175,185,52); }

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

border-color css

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

 span { border-color: rgb(175,185,52); }

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