Html Css Color HEX #CBCC5A Wild Willow

📋 copy color: '#CBCC5A'

red 203 ◦ green 204 ◦ blue 90

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

Shades of Wild Willow #CBCC5A

Tints of Wild Willow #CBCC5A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

 BLUE value IS 90 (35.55% from 255) = 18.11%

R = 40.85%
G = 41.05%
B = 18.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CBCC5A (or 0xCBCC5A) is known color: Wild Willow. HEX triplet: CB, CC and 5A. RGB value is (203,204,90). Sum of RGB (Red+Green+Blue) = 203+204+90=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC5A is #3433A5. Grayscale: #BFBFBF. Windows color (decimal): -3421094 or 5950667. OLE color: 5950667.

HSL color Cylindrical-coordinate representation of color #CBCC5A: hue angle of 60.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBCC5A is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 204 90 -
CMYK 0.00 0 0.56 0.2
HSL 60.53º 0.53% 0.58% -
HSV(B) 60.53º 0.56% 0.8% -
XYZ 48.07 56.62 18.07 -
YUV 190.71 71.17 136.77 -
System Red Green Blue C M Y K H S L
Decimal 203 204 90 0.00 0 0.56 0.2 60.53 0.53 0.58
Hex CB CC 5A 0 0 38 14 3D 35 3A
Octal 313 314 132 0 0 70 24 75 65 72
Binary 11001011 11001100 1011010 0 0 111000 10100 111101 110101 111010

Color Harmonies of #CBCC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCC5A

Black with #CBCC5A

Text Example


Text Example

White with #CBCC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCC5A; }

 p { color: rgb(203,204,90); }

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

background-color css

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

 a { background-color: rgb(203,204,90); }

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

border-color css

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

 span { border-color: rgb(203,204,90); }

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