Html Css Color HEX #AFBD3E Celery

📋 copy color: '#AFBD3E'

red 175 ◦ green 189 ◦ blue 62

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

Shades of Celery #AFBD3E

Tints of Celery #AFBD3E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.37%

 BLUE value IS 62 (24.61% from 255) = 14.55%

R = 41.08%
G = 44.37%
B = 14.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#AFBD3E (or 0xAFBD3E) is known color: Celery. HEX triplet: AF, BD and 3E. RGB value is (175,189,62). Sum of RGB (Red+Green+Blue) = 175+189+62=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD3E is #5042C1. Grayscale: #AAAAAA. Windows color (decimal): -5259970 or 4111791. OLE color: 4111791.

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

Color convert

RGB 175 189 62 -
CMYK 0.07 0 0.67 0.26
HSL 66.61º 0.51% 0.49% -
HSV(B) 66.61º 0.67% 0.74% -
XYZ 36.75 45.86 11.47 -
YUV 170.34 66.86 131.33 -
System Red Green Blue C M Y K H S L
Decimal 175 189 62 0.07 0 0.67 0.26 66.61 0.51 0.49
Hex AF BD 3E 7 0 43 1A 43 33 31
Octal 257 275 76 7 0 103 32 103 63 61
Binary 10101111 10111101 111110 111 0 1000011 11010 1000011 110011 110001

Color Harmonies of #AFBD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD3E

Black with #AFBD3E

Text Example


Text Example

White with #AFBD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD3E; }

 p { color: rgb(175,189,62); }

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

background-color css

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

 a { background-color: rgb(175,189,62); }

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

border-color css

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

 span { border-color: rgb(175,189,62); }

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