Html Css Color HEX #C1D98A Sulu

📋 copy color: '#C1D98A'

red 193 ◦ green 217 ◦ blue 138

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

Shades of Sulu #C1D98A

Tints of Sulu #C1D98A

RGB

 RED value IS 193 (75.78% from 255) = 35.22%

 GREEN value IS 217 (85.16% from 255) = 39.6%

 BLUE value IS 138 (54.3% from 255) = 25.18%

R = 35.22%
G = 39.6%
B = 25.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#C1D98A (or 0xC1D98A) is known color: Sulu. HEX triplet: C1, D9 and 8A. RGB value is (193,217,138). Sum of RGB (Red+Green+Blue) = 193+217+138=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D98A is #3E2675. Grayscale: #C9C9C9. Windows color (decimal): -4073078 or 9099713. OLE color: 9099713.

HSL color Cylindrical-coordinate representation of color #C1D98A: hue angle of 78.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1D98A is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 217 138 -
CMYK 0.11 0 0.36 0.15
HSL 78.23º 0.51% 0.7% -
HSV(B) 78.23º 0.36% 0.85% -
XYZ 51.39 62.8 33.46 -
YUV 200.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 193 217 138 0.11 0 0.36 0.15 78.23 0.51 0.7
Hex C1 D9 8A B 0 24 F 4E 33 46
Octal 301 331 212 13 0 44 17 116 63 106
Binary 11000001 11011001 10001010 1011 0 100100 1111 1001110 110011 1000110

Color Harmonies of #C1D98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D98A

Black with #C1D98A

Text Example


Text Example

White with #C1D98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D98A; }

 p { color: rgb(193,217,138); }

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

background-color css

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

 a { background-color: rgb(193,217,138); }

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

border-color css

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

 span { border-color: rgb(193,217,138); }

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