Html Css Color HEX #CBE486 Sulu

📋 copy color: '#CBE486'

red 203 ◦ green 228 ◦ blue 134

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

Shades of Sulu #CBE486

Tints of Sulu #CBE486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.35%

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

R = 35.93%
G = 40.35%
B = 23.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#CBE486 (or 0xCBE486) is known color: Sulu. HEX triplet: CB, E4 and 86. RGB value is (203,228,134). Sum of RGB (Red+Green+Blue) = 203+228+134=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE486 is #341B79. Grayscale: #D2D2D2. Windows color (decimal): -3414906 or 8840395. OLE color: 8840395.

HSL color Cylindrical-coordinate representation of color #CBE486: hue angle of 75.96º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBE486 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 134 -
CMYK 0.11 0 0.41 0.11
HSL 75.96º 0.64% 0.71% -
HSV(B) 75.96º 0.41% 0.89% -
XYZ 56.68 69.9 33.06 -
YUV 209.81 85.22 123.14 -
System Red Green Blue C M Y K H S L
Decimal 203 228 134 0.11 0 0.41 0.11 75.96 0.64 0.71
Hex CB E4 86 B 0 29 B 4C 40 47
Octal 313 344 206 13 0 51 13 114 100 107
Binary 11001011 11100100 10000110 1011 0 101001 1011 1001100 1000000 1000111

Color Harmonies of #CBE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE486

Black with #CBE486

Text Example


Text Example

White with #CBE486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE486; }

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

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

background-color css

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

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

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

border-color css

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

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

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