Html Css Color HEX #C0CB5A Wild Willow

📋 copy color: '#C0CB5A'

red 192 ◦ green 203 ◦ blue 90

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

Shades of Wild Willow #C0CB5A

Tints of Wild Willow #C0CB5A

RGB

 RED value IS 192 (75.39% from 255) = 39.59%

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

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

R = 39.59%
G = 41.86%
B = 18.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#C0CB5A (or 0xC0CB5A) is known color: Wild Willow. HEX triplet: C0, CB and 5A. RGB value is (192,203,90). Sum of RGB (Red+Green+Blue) = 192+203+90=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CB5A is #3F34A5. Grayscale: #BBBBBB. Windows color (decimal): -4142246 or 5950400. OLE color: 5950400.

HSL color Cylindrical-coordinate representation of color #C0CB5A: hue angle of 65.84º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0CB5A is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 203 90 -
CMYK 0.05 0 0.56 0.20
HSL 65.84º 0.52% 0.57% -
HSV(B) 65.84º 0.56% 0.8% -
XYZ 44.94 54.66 17.85 -
YUV 186.83 73.36 131.69 -
System Red Green Blue C M Y K H S L
Decimal 192 203 90 0.05 0 0.56 0.20 65.84 0.52 0.57
Hex C0 CB 5A 5 0 38 14 42 34 39
Octal 300 313 132 5 0 70 24 102 64 71
Binary 11000000 11001011 1011010 101 0 111000 10100 1000010 110100 111001

Color Harmonies of #C0CB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CB5A

Black with #C0CB5A

Text Example


Text Example

White with #C0CB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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