Html Css Color HEX #AFBA4D Celery

📋 copy color: '#AFBA4D'

red 175 ◦ green 186 ◦ blue 77

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

Shades of Celery #AFBA4D

Tints of Celery #AFBA4D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

 BLUE value IS 77 (30.47% from 255) = 17.58%

R = 39.95%
G = 42.47%
B = 17.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#AFBA4D (or 0xAFBA4D) is known color: Celery. HEX triplet: AF, BA and 4D. RGB value is (175,186,77). Sum of RGB (Red+Green+Blue) = 175+186+77=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA4D is #5045B2. Grayscale: #AAAAAA. Windows color (decimal): -5260723 or 5094063. OLE color: 5094063.

HSL color Cylindrical-coordinate representation of color #AFBA4D: hue angle of 66.06º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFBA4D is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 77 -
CMYK 0.06 0 0.59 0.27
HSL 66.06º 0.44% 0.52% -
HSV(B) 66.06º 0.59% 0.73% -
XYZ 36.58 44.77 13.73 -
YUV 170.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 175 186 77 0.06 0 0.59 0.27 66.06 0.44 0.52
Hex AF BA 4D 6 0 3B 1B 42 2C 34
Octal 257 272 115 6 0 73 33 102 54 64
Binary 10101111 10111010 1001101 110 0 111011 11011 1000010 101100 110100

Color Harmonies of #AFBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA4D

Black with #AFBA4D

Text Example


Text Example

White with #AFBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA4D; }

 p { color: rgb(175,186,77); }

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

background-color css

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

 a { background-color: rgb(175,186,77); }

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

border-color css

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

 span { border-color: rgb(175,186,77); }

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