Html Css Color HEX #AFBB4A Celery

📋 copy color: '#AFBB4A'

red 175 ◦ green 187 ◦ blue 74

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

Shades of Celery #AFBB4A

Tints of Celery #AFBB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.89%

 BLUE value IS 74 (29.3% from 255) = 16.97%

R = 40.14%
G = 42.89%
B = 16.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#AFBB4A (or 0xAFBB4A) is known color: Celery. HEX triplet: AF, BB and 4A. RGB value is (175,187,74). Sum of RGB (Red+Green+Blue) = 175+187+74=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB4A is #5044B5. Grayscale: #AAAAAA. Windows color (decimal): -5260470 or 4897711. OLE color: 4897711.

HSL color Cylindrical-coordinate representation of color #AFBB4A: hue angle of 66.37º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFBB4A is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 74 -
CMYK 0.06 0 0.60 0.27
HSL 66.37º 0.45% 0.51% -
HSV(B) 66.37º 0.6% 0.73% -
XYZ 36.69 45.15 13.26 -
YUV 170.53 73.52 131.19 -
System Red Green Blue C M Y K H S L
Decimal 175 187 74 0.06 0 0.60 0.27 66.37 0.45 0.51
Hex AF BB 4A 6 0 3C 1B 42 2D 33
Octal 257 273 112 6 0 74 33 102 55 63
Binary 10101111 10111011 1001010 110 0 111100 11011 1000010 101101 110011

Color Harmonies of #AFBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB4A

Black with #AFBB4A

Text Example


Text Example

White with #AFBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB4A; }

 p { color: rgb(175,187,74); }

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

background-color css

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

 a { background-color: rgb(175,187,74); }

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

border-color css

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

 span { border-color: rgb(175,187,74); }

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