Html Css Color HEX #C6DA91 Sulu

📋 copy color: '#C6DA91'

red 198 ◦ green 218 ◦ blue 145

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

Shades of Sulu #C6DA91

Tints of Sulu #C6DA91

RGB

 RED value IS 198 (77.73% from 255) = 35.29%

 GREEN value IS 218 (85.55% from 255) = 38.86%

 BLUE value IS 145 (57.03% from 255) = 25.85%

R = 35.29%
G = 38.86%
B = 25.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#C6DA91 (or 0xC6DA91) is known color: Sulu. HEX triplet: C6, DA and 91. RGB value is (198,218,145). Sum of RGB (Red+Green+Blue) = 198+218+145=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DA91 is #39256E. Grayscale: #CBCBCB. Windows color (decimal): -3745135 or 9558726. OLE color: 9558726.

HSL color Cylindrical-coordinate representation of color #C6DA91: hue angle of 76.44º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6DA91 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 218 145 -
CMYK 0.09 0 0.33 0.15
HSL 76.44º 0.5% 0.71% -
HSV(B) 76.44º 0.33% 0.85% -
XYZ 53.47 64.19 36.36 -
YUV 203.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 198 218 145 0.09 0 0.33 0.15 76.44 0.5 0.71
Hex C6 DA 91 9 0 21 F 4C 32 47
Octal 306 332 221 11 0 41 17 114 62 107
Binary 11000110 11011010 10010001 1001 0 100001 1111 1001100 110010 1000111

Color Harmonies of #C6DA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DA91

Black with #C6DA91

Text Example


Text Example

White with #C6DA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DA91; }

 p { color: rgb(198,218,145); }

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

background-color css

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

 a { background-color: rgb(198,218,145); }

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

border-color css

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

 span { border-color: rgb(198,218,145); }

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