Html Css Color HEX #CBE186 Sulu

📋 copy color: '#CBE186'

red 203 ◦ green 225 ◦ blue 134

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

Shades of Sulu #CBE186

Tints of Sulu #CBE186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.84%

R = 36.12%
G = 40.04%
B = 23.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#CBE186 (or 0xCBE186) is known color: Sulu. HEX triplet: CB, E1 and 86. RGB value is (203,225,134). Sum of RGB (Red+Green+Blue) = 203+225+134=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE186 is #341E79. Grayscale: #D0D0D0. Windows color (decimal): -3415674 or 8839627. OLE color: 8839627.

HSL color Cylindrical-coordinate representation of color #CBE186: hue angle of 74.51º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBE186 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 134 -
CMYK 0.10 0 0.40 0.12
HSL 74.51º 0.6% 0.7% -
HSV(B) 74.51º 0.4% 0.88% -
XYZ 55.86 68.27 32.79 -
YUV 208.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 203 225 134 0.10 0 0.40 0.12 74.51 0.6 0.7
Hex CB E1 86 A 0 28 C 4B 3C 46
Octal 313 341 206 12 0 50 14 113 74 106
Binary 11001011 11100001 10000110 1010 0 101000 1100 1001011 111100 1000110

Color Harmonies of #CBE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE186

Black with #CBE186

Text Example


Text Example

White with #CBE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE186; }

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

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

background-color css

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

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

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

border-color css

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

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

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