Html Css Color HEX #AFB838 Celery

📋 copy color: '#AFB838'

red 175 ◦ green 184 ◦ blue 56

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

Shades of Celery #AFB838

Tints of Celery #AFB838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.49%

R = 42.17%
G = 44.34%
B = 13.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#AFB838 (or 0xAFB838) is known color: Celery. HEX triplet: AF, B8 and 38. RGB value is (175,184,56). Sum of RGB (Red+Green+Blue) = 175+184+56=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB838 is #5047C7. Grayscale: #A7A7A7. Windows color (decimal): -5261256 or 3717295. OLE color: 3717295.

HSL color Cylindrical-coordinate representation of color #AFB838: hue angle of 64.22º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFB838 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 56 -
CMYK 0.05 0 0.70 0.28
HSL 64.22º 0.53% 0.47% -
HSV(B) 64.22º 0.7% 0.72% -
XYZ 35.53 43.68 10.3 -
YUV 166.72 65.52 133.91 -
System Red Green Blue C M Y K H S L
Decimal 175 184 56 0.05 0 0.70 0.28 64.22 0.53 0.47
Hex AF B8 38 5 0 46 1C 40 35 2F
Octal 257 270 70 5 0 106 34 100 65 57
Binary 10101111 10111000 111000 101 0 1000110 11100 1000000 110101 101111

Color Harmonies of #AFB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB838

Black with #AFB838

Text Example


Text Example

White with #AFB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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