#C1CB3F

Color #C1CB3F Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C1CB3F

Tints of Las Palmas #C1CB3F

Color information

#C1CB3F (or 0xC1CB3F) is unknown color: approx Las Palmas. HEX triplet: C1, CB and 3F. RGB value is (193,203,63). Sum of RGB (Red+Green+Blue) = 193+203+63=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CB3F is #3E34C0. Grayscale: #B8B8B8. Windows color (decimal): -4076737 or 4180929. OLE color: 4180929.

HSL color Cylindrical-coordinate representation of color #C1CB3F: hue angle of 64.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1CB3F is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB19320363-
CMYK0.0500.690.20
HSL64.29º57.38%52.16%-
HSV(B)64.29º68.97%79.61%-
XYZ44.2554.4112.87-
YUV184.0559.69134.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 63 (25% from 255) = 13.73%
R=42.05%
G=44.23%
B=13.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193203630.0500.690.2064.2957.3852.16
HexC1CB3F504514403934
Octal3013137750105241007164
Binary110000011100101111111110101000101101001000000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CB3F; }

 p { color: rgb(193,203,63); }

 H1.HeaderClassName
 {
   color: #C1CB3F;
 }
 .AnyTagClassName
 {
   color: #C1CB3F;
 }
</style>
background-color css

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

 a { background-color: rgb(193,203,63); }

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

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

 span { border-color: rgb(193,203,63); }

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