Html Css Color HEX #CED95B Wild Willow

📋 copy color: '#CED95B'

red 206 ◦ green 217 ◦ blue 91

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

Shades of Wild Willow #CED95B

Tints of Wild Willow #CED95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.7%

R = 40.08%
G = 42.22%
B = 17.7%

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

#CED95B (or 0xCED95B) is known color: Wild Willow. HEX triplet: CE, D9 and 5B. RGB value is (206,217,91). Sum of RGB (Red+Green+Blue) = 206+217+91=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #CED95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED95B is #3126A4. Grayscale: #C7C7C7. Windows color (decimal): -3221157 or 6019534. OLE color: 6019534.

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

Color convert

RGB 206 217 91 -
CMYK 0.05 0 0.58 0.15
HSL 65.24º 0.62% 0.6% -
HSV(B) 65.24º 0.58% 0.85% -
XYZ 52.15 63.5 19.41 -
YUV 199.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 206 217 91 0.05 0 0.58 0.15 65.24 0.62 0.6
Hex CE D9 5B 5 0 3A F 41 3E 3C
Octal 316 331 133 5 0 72 17 101 76 74
Binary 11001110 11011001 1011011 101 0 111010 1111 1000001 111110 111100

Color Harmonies of #CED95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED95B

Black with #CED95B

Text Example


Text Example

White with #CED95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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