Html Css Color HEX #AFBC3A Celery

📋 copy color: '#AFBC3A'

red 175 ◦ green 188 ◦ blue 58

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

Shades of Celery #AFBC3A

Tints of Celery #AFBC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.66%

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

R = 41.57%
G = 44.66%
B = 13.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#AFBC3A (or 0xAFBC3A) is known color: Celery. HEX triplet: AF, BC and 3A. RGB value is (175,188,58). Sum of RGB (Red+Green+Blue) = 175+188+58=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC3A is #5043C5. Grayscale: #A9A9A9. Windows color (decimal): -5260230 or 3849391. OLE color: 3849391.

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

Color convert

RGB 175 188 58 -
CMYK 0.07 0 0.69 0.26
HSL 66º 0.53% 0.48% -
HSV(B) 66º 0.69% 0.74% -
XYZ 36.43 45.39 10.84 -
YUV 169.29 65.19 132.07 -
System Red Green Blue C M Y K H S L
Decimal 175 188 58 0.07 0 0.69 0.26 66 0.53 0.48
Hex AF BC 3A 7 0 45 1A 42 35 30
Octal 257 274 72 7 0 105 32 102 65 60
Binary 10101111 10111100 111010 111 0 1000101 11010 1000010 110101 110000

Color Harmonies of #AFBC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC3A

Black with #AFBC3A

Text Example


Text Example

White with #AFBC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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