Html Css Color HEX #C6D93C Las Palmas

📋 copy color: '#C6D93C'

red 198 ◦ green 217 ◦ blue 60

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

Shades of Las Palmas #C6D93C

Tints of Las Palmas #C6D93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.63%

R = 41.68%
G = 45.68%
B = 12.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#C6D93C (or 0xC6D93C) is known color: Las Palmas. HEX triplet: C6, D9 and 3C. RGB value is (198,217,60). Sum of RGB (Red+Green+Blue) = 198+217+60=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D93C is #3926C3. Grayscale: #C2C2C2. Windows color (decimal): -3745476 or 3987910. OLE color: 3987910.

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

Color convert

RGB 198 217 60 -
CMYK 0.09 0 0.72 0.15
HSL 67.26º 0.67% 0.54% -
HSV(B) 67.26º 0.72% 0.85% -
XYZ 48.92 61.96 13.66 -
YUV 193.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 198 217 60 0.09 0 0.72 0.15 67.26 0.67 0.54
Hex C6 D9 3C 9 0 48 F 43 43 36
Octal 306 331 74 11 0 110 17 103 103 66
Binary 11000110 11011001 111100 1001 0 1001000 1111 1000011 1000011 110110

Color Harmonies of #C6D93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D93C

Black with #C6D93C

Text Example


Text Example

White with #C6D93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D93C; }

 p { color: rgb(198,217,60); }

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

background-color css

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

 a { background-color: rgb(198,217,60); }

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

border-color css

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

 span { border-color: rgb(198,217,60); }

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