Html Css Color HEX #C0D58B Sprout

📋 copy color: '#C0D58B'

red 192 ◦ green 213 ◦ blue 139

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

Shades of Sprout #C0D58B

Tints of Sprout #C0D58B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.15%

 BLUE value IS 139 (54.69% from 255) = 25.55%

R = 35.29%
G = 39.15%
B = 25.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#C0D58B (or 0xC0D58B) is known color: Sprout. HEX triplet: C0, D5 and 8B. RGB value is (192,213,139). Sum of RGB (Red+Green+Blue) = 192+213+139=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D58B is #3F2A74. Grayscale: #C6C6C6. Windows color (decimal): -4139637 or 9164224. OLE color: 9164224.

HSL color Cylindrical-coordinate representation of color #C0D58B: hue angle of 77.03º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0D58B is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 213 139 -
CMYK 0.10 0 0.35 0.16
HSL 77.03º 0.47% 0.69% -
HSV(B) 77.03º 0.35% 0.84% -
XYZ 50.19 60.66 33.49 -
YUV 198.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 192 213 139 0.10 0 0.35 0.16 77.03 0.47 0.69
Hex C0 D5 8B A 0 23 10 4D 2F 45
Octal 300 325 213 12 0 43 20 115 57 105
Binary 11000000 11010101 10001011 1010 0 100011 10000 1001101 101111 1000101

Color Harmonies of #C0D58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D58B

Black with #C0D58B

Text Example


Text Example

White with #C0D58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D58B; }

 p { color: rgb(192,213,139); }

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

background-color css

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

 a { background-color: rgb(192,213,139); }

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

border-color css

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

 span { border-color: rgb(192,213,139); }

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