Html Css Color HEX #AFBB3A Celery

📋 copy color: '#AFBB3A'

red 175 ◦ green 187 ◦ blue 58

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

Shades of Celery #AFBB3A

Tints of Celery #AFBB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.81%

R = 41.67%
G = 44.52%
B = 13.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#AFBB3A (or 0xAFBB3A) is known color: Celery. HEX triplet: AF, BB and 3A. RGB value is (175,187,58). Sum of RGB (Red+Green+Blue) = 175+187+58=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB3A is #5044C5. Grayscale: #A9A9A9. Windows color (decimal): -5260486 or 3849135. OLE color: 3849135.

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

Color convert

RGB 175 187 58 -
CMYK 0.06 0 0.69 0.27
HSL 65.58º 0.53% 0.48% -
HSV(B) 65.58º 0.69% 0.73% -
XYZ 36.21 44.96 10.77 -
YUV 168.71 65.52 132.49 -
System Red Green Blue C M Y K H S L
Decimal 175 187 58 0.06 0 0.69 0.27 65.58 0.53 0.48
Hex AF BB 3A 6 0 45 1B 42 35 30
Octal 257 273 72 6 0 105 33 102 65 60
Binary 10101111 10111011 111010 110 0 1000101 11011 1000010 110101 110000

Color Harmonies of #AFBB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB3A

Black with #AFBB3A

Text Example


Text Example

White with #AFBB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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