Html Css Color HEX #AFB835 Celery

📋 copy color: '#AFB835'

red 175 ◦ green 184 ◦ blue 53

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

Shades of Celery #AFB835

Tints of Celery #AFB835

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

 BLUE value IS 53 (21.09% from 255) = 12.86%

R = 42.48%
G = 44.66%
B = 12.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#AFB835 (or 0xAFB835) is known color: Celery. HEX triplet: AF, B8 and 35. RGB value is (175,184,53). Sum of RGB (Red+Green+Blue) = 175+184+53=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB835 is #5047CA. Grayscale: #A6A6A6. Windows color (decimal): -5261259 or 3520687. OLE color: 3520687.

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

Color convert

RGB 175 184 53 -
CMYK 0.05 0 0.71 0.28
HSL 64.12º 0.55% 0.46% -
HSV(B) 64.12º 0.71% 0.72% -
XYZ 35.46 43.65 9.92 -
YUV 166.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 175 184 53 0.05 0 0.71 0.28 64.12 0.55 0.46
Hex AF B8 35 5 0 47 1C 40 37 2E
Octal 257 270 65 5 0 107 34 100 67 56
Binary 10101111 10111000 110101 101 0 1000111 11100 1000000 110111 101110

Color Harmonies of #AFB835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB835

Black with #AFB835

Text Example


Text Example

White with #AFB835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB835; }

 p { color: rgb(175,184,53); }

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

background-color css

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

 a { background-color: rgb(175,184,53); }

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

border-color css

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

 span { border-color: rgb(175,184,53); }

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