Html Css Color HEX #C1CA3C Las Palmas

📋 copy color: '#C1CA3C'

red 193 ◦ green 202 ◦ blue 60

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

Shades of Las Palmas #C1CA3C

Tints of Las Palmas #C1CA3C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.4%

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

R = 42.42%
G = 44.4%
B = 13.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C1CA3C (or 0xC1CA3C) is known color: Las Palmas. HEX triplet: C1, CA and 3C. RGB value is (193,202,60). Sum of RGB (Red+Green+Blue) = 193+202+60=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CA3C is #3E35C3. Grayscale: #B7B7B7. Windows color (decimal): -4076996 or 3984065. OLE color: 3984065.

HSL color Cylindrical-coordinate representation of color #C1CA3C: hue angle of 63.8º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1CA3C is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 202 60 -
CMYK 0.04 0 0.70 0.21
HSL 63.8º 0.57% 0.51% -
HSV(B) 63.8º 0.7% 0.79% -
XYZ 43.93 53.9 12.36 -
YUV 183.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 193 202 60 0.04 0 0.70 0.21 63.8 0.57 0.51
Hex C1 CA 3C 4 0 46 15 40 39 33
Octal 301 312 74 4 0 106 25 100 71 63
Binary 11000001 11001010 111100 100 0 1000110 10101 1000000 111001 110011

Color Harmonies of #C1CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CA3C

Black with #C1CA3C

Text Example


Text Example

White with #C1CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CA3C; }

 p { color: rgb(193,202,60); }

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

background-color css

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

 a { background-color: rgb(193,202,60); }

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

border-color css

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

 span { border-color: rgb(193,202,60); }

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