Html Css Color HEX #C6D049 Las Palmas

📋 copy color: '#C6D049'

red 198 ◦ green 208 ◦ blue 73

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

Shades of Las Palmas #C6D049

Tints of Las Palmas #C6D049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.42%

 BLUE value IS 73 (28.91% from 255) = 15.24%

R = 41.34%
G = 43.42%
B = 15.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#C6D049 (or 0xC6D049) is known color: Las Palmas. HEX triplet: C6, D0 and 49. RGB value is (198,208,73). Sum of RGB (Red+Green+Blue) = 198+208+73=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D049 is #392FB6. Grayscale: #BEBEBE. Windows color (decimal): -3747767 or 4837574. OLE color: 4837574.

HSL color Cylindrical-coordinate representation of color #C6D049: hue angle of 64.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6D049 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 208 73 -
CMYK 0.05 0 0.65 0.18
HSL 64.44º 0.59% 0.55% -
HSV(B) 64.44º 0.65% 0.82% -
XYZ 47.05 57.6 14.94 -
YUV 189.62 62.19 133.98 -
System Red Green Blue C M Y K H S L
Decimal 198 208 73 0.05 0 0.65 0.18 64.44 0.59 0.55
Hex C6 D0 49 5 0 41 12 40 3B 37
Octal 306 320 111 5 0 101 22 100 73 67
Binary 11000110 11010000 1001001 101 0 1000001 10010 1000000 111011 110111

Color Harmonies of #C6D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D049

Black with #C6D049

Text Example


Text Example

White with #C6D049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D049; }

 p { color: rgb(198,208,73); }

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

background-color css

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

 a { background-color: rgb(198,208,73); }

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

border-color css

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

 span { border-color: rgb(198,208,73); }

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