Html Css Color HEX #CBD668 Wild Willow

📋 copy color: '#CBD668'

red 203 ◦ green 214 ◦ blue 104

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

Shades of Wild Willow #CBD668

Tints of Wild Willow #CBD668

RGB

 RED value IS 203 (79.69% from 255) = 38.96%

 GREEN value IS 214 (83.98% from 255) = 41.07%

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

R = 38.96%
G = 41.07%
B = 19.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#CBD668 (or 0xCBD668) is known color: Wild Willow. HEX triplet: CB, D6 and 68. RGB value is (203,214,104). Sum of RGB (Red+Green+Blue) = 203+214+104=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD668 is #342997. Grayscale: #C6C6C6. Windows color (decimal): -3418520 or 6870731. OLE color: 6870731.

HSL color Cylindrical-coordinate representation of color #CBD668: hue angle of 66º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBD668 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 214 104 -
CMYK 0.05 0 0.51 0.16
HSL 66º 0.57% 0.62% -
HSV(B) 66º 0.51% 0.84% -
XYZ 51.17 61.79 22.33 -
YUV 198.17 74.86 131.44 -
System Red Green Blue C M Y K H S L
Decimal 203 214 104 0.05 0 0.51 0.16 66 0.57 0.62
Hex CB D6 68 5 0 33 10 42 39 3E
Octal 313 326 150 5 0 63 20 102 71 76
Binary 11001011 11010110 1101000 101 0 110011 10000 1000010 111001 111110

Color Harmonies of #CBD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD668

Black with #CBD668

Text Example


Text Example

White with #CBD668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD668; }

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

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

background-color css

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

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

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

border-color css

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

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

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