Html Css Color HEX #CED95C Wild Willow

📋 copy color: '#CED95C'

red 206 ◦ green 217 ◦ blue 92

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

Shades of Wild Willow #CED95C

Tints of Wild Willow #CED95C

RGB

 RED value IS 206 (80.86% from 255) = 40%

 GREEN value IS 217 (85.16% from 255) = 42.14%

 BLUE value IS 92 (36.33% from 255) = 17.86%

R = 40%
G = 42.14%
B = 17.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#CED95C (or 0xCED95C) is known color: Wild Willow. HEX triplet: CE, D9 and 5C. RGB value is (206,217,92). Sum of RGB (Red+Green+Blue) = 206+217+92=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #CED95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED95C is #3126A3. Grayscale: #C7C7C7. Windows color (decimal): -3221156 or 6085070. OLE color: 6085070.

HSL color Cylindrical-coordinate representation of color #CED95C: hue angle of 65.28º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CED95C is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 92 -
CMYK 0.05 0 0.58 0.15
HSL 65.28º 0.62% 0.61% -
HSV(B) 65.28º 0.58% 0.85% -
XYZ 52.2 63.52 19.63 -
YUV 199.46 67.36 132.66 -
System Red Green Blue C M Y K H S L
Decimal 206 217 92 0.05 0 0.58 0.15 65.28 0.62 0.61
Hex CE D9 5C 5 0 3A F 41 3E 3D
Octal 316 331 134 5 0 72 17 101 76 75
Binary 11001110 11011001 1011100 101 0 111010 1111 1000001 111110 111101

Color Harmonies of #CED95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED95C

Black with #CED95C

Text Example


Text Example

White with #CED95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED95C; }

 p { color: rgb(206,217,92); }

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

background-color css

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

 a { background-color: rgb(206,217,92); }

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

border-color css

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

 span { border-color: rgb(206,217,92); }

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