Html Css Color HEX #CBE160 Mindaro

📋 copy color: '#CBE160'

red 203 ◦ green 225 ◦ blue 96

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

Shades of Mindaro #CBE160

Tints of Mindaro #CBE160

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.94%

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 38.74%
G = 42.94%
B = 18.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#CBE160 (or 0xCBE160) is known color: Mindaro. HEX triplet: CB, E1 and 60. RGB value is (203,225,96). Sum of RGB (Red+Green+Blue) = 203+225+96=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE160 is #341E9F. Grayscale: #CCCCCC. Windows color (decimal): -3415712 or 6349259. OLE color: 6349259.

HSL color Cylindrical-coordinate representation of color #CBE160: hue angle of 70.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBE160 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 96 -
CMYK 0.10 0 0.57 0.12
HSL 70.23º 0.68% 0.63% -
HSV(B) 70.23º 0.57% 0.88% -
XYZ 53.67 67.39 21.25 -
YUV 203.72 67.21 127.49 -
System Red Green Blue C M Y K H S L
Decimal 203 225 96 0.10 0 0.57 0.12 70.23 0.68 0.63
Hex CB E1 60 A 0 39 C 46 44 3F
Octal 313 341 140 12 0 71 14 106 104 77
Binary 11001011 11100001 1100000 1010 0 111001 1100 1000110 1000100 111111

Color Harmonies of #CBE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE160

Black with #CBE160

Text Example


Text Example

White with #CBE160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE160; }

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

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

background-color css

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

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

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

border-color css

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

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

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