Html Css Color HEX #CBE190 Sulu

📋 copy color: '#CBE190'

red 203 ◦ green 225 ◦ blue 144

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

Shades of Sulu #CBE190

Tints of Sulu #CBE190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.17%

R = 35.49%
G = 39.34%
B = 25.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#CBE190 (or 0xCBE190) is known color: Sulu. HEX triplet: CB, E1 and 90. RGB value is (203,225,144). Sum of RGB (Red+Green+Blue) = 203+225+144=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE190 is #341E6F. Grayscale: #D1D1D1. Windows color (decimal): -3415664 or 9494987. OLE color: 9494987.

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

Color convert

RGB 203 225 144 -
CMYK 0.10 0 0.36 0.12
HSL 76.3º 0.57% 0.72% -
HSV(B) 76.3º 0.36% 0.88% -
XYZ 56.59 68.56 36.64 -
YUV 209.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 203 225 144 0.10 0 0.36 0.12 76.3 0.57 0.72
Hex CB E1 90 A 0 24 C 4C 39 48
Octal 313 341 220 12 0 44 14 114 71 110
Binary 11001011 11100001 10010000 1010 0 100100 1100 1001100 111001 1001000

Color Harmonies of #CBE190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE190

Black with #CBE190

Text Example


Text Example

White with #CBE190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE190; }

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

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

background-color css

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

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

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

border-color css

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

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

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