Html Css Color HEX #AFBF3A Celery

📋 copy color: '#AFBF3A'

red 175 ◦ green 191 ◦ blue 58

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

Shades of Celery #AFBF3A

Tints of Celery #AFBF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 45.05%

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

R = 41.27%
G = 45.05%
B = 13.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#AFBF3A (or 0xAFBF3A) is known color: Celery. HEX triplet: AF, BF and 3A. RGB value is (175,191,58). Sum of RGB (Red+Green+Blue) = 175+191+58=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF3A is #5040C5. Grayscale: #ABABAB. Windows color (decimal): -5259462 or 3850159. OLE color: 3850159.

HSL color Cylindrical-coordinate representation of color #AFBF3A: hue angle of 67.22º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFBF3A is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 58 -
CMYK 0.08 0 0.70 0.25
HSL 67.22º 0.53% 0.49% -
HSV(B) 67.22º 0.7% 0.75% -
XYZ 37.07 46.68 11.06 -
YUV 171.05 64.2 130.81 -
System Red Green Blue C M Y K H S L
Decimal 175 191 58 0.08 0 0.70 0.25 67.22 0.53 0.49
Hex AF BF 3A 8 0 46 19 43 35 31
Octal 257 277 72 10 0 106 31 103 65 61
Binary 10101111 10111111 111010 1000 0 1000110 11001 1000011 110101 110001

Color Harmonies of #AFBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF3A

Black with #AFBF3A

Text Example


Text Example

White with #AFBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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