Html Css Color HEX #AFCB68 Wild Willow

📋 copy color: '#AFCB68'

red 175 ◦ green 203 ◦ blue 104

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

Shades of Wild Willow #AFCB68

Tints of Wild Willow #AFCB68

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.12%

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 36.31%
G = 42.12%
B = 21.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#AFCB68 (or 0xAFCB68) is known color: Wild Willow. HEX triplet: AF, CB and 68. RGB value is (175,203,104). Sum of RGB (Red+Green+Blue) = 175+203+104=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB68 is #503497. Grayscale: #B7B7B7. Windows color (decimal): -5256344 or 6867887. OLE color: 6867887.

HSL color Cylindrical-coordinate representation of color #AFCB68: hue angle of 76.97º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFCB68 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 104 -
CMYK 0.14 0 0.49 0.20
HSL 76.97º 0.49% 0.6% -
HSV(B) 76.97º 0.49% 0.8% -
XYZ 41.53 52.83 21.1 -
YUV 183.34 83.22 122.05 -
System Red Green Blue C M Y K H S L
Decimal 175 203 104 0.14 0 0.49 0.20 76.97 0.49 0.6
Hex AF CB 68 E 0 31 14 4D 31 3C
Octal 257 313 150 16 0 61 24 115 61 74
Binary 10101111 11001011 1101000 1110 0 110001 10100 1001101 110001 111100

Color Harmonies of #AFCB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB68

Black with #AFCB68

Text Example


Text Example

White with #AFCB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB68; }

 p { color: rgb(175,203,104); }

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

background-color css

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

 a { background-color: rgb(175,203,104); }

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

border-color css

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

 span { border-color: rgb(175,203,104); }

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