Html Css Color HEX #CBE990 Sulu

📋 copy color: '#CBE990'

red 203 ◦ green 233 ◦ blue 144

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

Shades of Sulu #CBE990

Tints of Sulu #CBE990

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.17%

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

R = 35%
G = 40.17%
B = 24.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#CBE990 (or 0xCBE990) is known color: Sulu. HEX triplet: CB, E9 and 90. RGB value is (203,233,144). Sum of RGB (Red+Green+Blue) = 203+233+144=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE990 is #34166F. Grayscale: #D6D6D6. Windows color (decimal): -3413616 or 9497035. OLE color: 9497035.

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

Color convert

RGB 203 233 144 -
CMYK 0.13 0 0.38 0.09
HSL 80.22º 0.67% 0.74% -
HSV(B) 80.22º 0.38% 0.91% -
XYZ 58.8 72.99 37.37 -
YUV 213.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 203 233 144 0.13 0 0.38 0.09 80.22 0.67 0.74
Hex CB E9 90 D 0 26 9 50 43 4A
Octal 313 351 220 15 0 46 11 120 103 112
Binary 11001011 11101001 10010000 1101 0 100110 1001 1010000 1000011 1001010

Color Harmonies of #CBE990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE990

Black with #CBE990

Text Example


Text Example

White with #CBE990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE990; }

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

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

background-color css

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

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

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

border-color css

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

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

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