Html Css Color HEX #AFB64B Celery

📋 copy color: '#AFB64B'

red 175 ◦ green 182 ◦ blue 75

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

Shades of Celery #AFB64B

Tints of Celery #AFB64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.13%

 BLUE value IS 75 (29.69% from 255) = 17.36%

R = 40.51%
G = 42.13%
B = 17.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#AFB64B (or 0xAFB64B) is known color: Celery. HEX triplet: AF, B6 and 4B. RGB value is (175,182,75). Sum of RGB (Red+Green+Blue) = 175+182+75=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB64B is #5049B4. Grayscale: #A8A8A8. Windows color (decimal): -5261749 or 4961967. OLE color: 4961967.

HSL color Cylindrical-coordinate representation of color #AFB64B: hue angle of 63.93º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFB64B is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 75 -
CMYK 0.04 0 0.59 0.29
HSL 63.93º 0.42% 0.5% -
HSV(B) 63.93º 0.59% 0.71% -
XYZ 35.68 43.08 13.09 -
YUV 167.71 75.68 133.2 -
System Red Green Blue C M Y K H S L
Decimal 175 182 75 0.04 0 0.59 0.29 63.93 0.42 0.5
Hex AF B6 4B 4 0 3B 1D 40 2A 32
Octal 257 266 113 4 0 73 35 100 52 62
Binary 10101111 10110110 1001011 100 0 111011 11101 1000000 101010 110010

Color Harmonies of #AFB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB64B

Black with #AFB64B

Text Example


Text Example

White with #AFB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB64B; }

 p { color: rgb(175,182,75); }

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

background-color css

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

 a { background-color: rgb(175,182,75); }

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

border-color css

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

 span { border-color: rgb(175,182,75); }

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