#CBE960

Color #CBE960 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CBE960

Tints of Mindaro #CBE960

Color information

#CBE960 (or 0xCBE960) is unknown color: approx Mindaro. HEX triplet: CB, E9 and 60. RGB value is (203,233,96). Sum of RGB (Red+Green+Blue) = 203+233+96=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE960 is #34169F. Grayscale: #D0D0D0. Windows color (decimal): -3413664 or 6351307. OLE color: 6351307.

HSL color Cylindrical-coordinate representation of color #CBE960: hue angle of 73.14º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE960 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB20323396-
CMYK0.1300.590.09
HSL73.14º75.69%64.51%-
HSV(B)73.14º58.8%91.37%-
XYZ55.8871.8221.98-
YUV208.4164.56124.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 233 (91.41% from 255) = 43.80%
BLUE value IS 96 (37.89% from 255) = 18.05%
R=38.16%
G=43.80%
B=18.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203233960.1300.590.0973.1475.6964.51
HexCBE960D03B9494c41
Octal3133511401507311111114101
Binary11001011111010011100000110101110111001100100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE960; }

 p { color: rgb(203,233,96); }

 H1.HeaderClassName
 {
   color: #CBE960;
 }
 .AnyTagClassName
 {
   color: #CBE960;
 }
</style>
background-color css

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

 a { background-color: rgb(203,233,96); }

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

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

 span { border-color: rgb(203,233,96); }

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