Html Css Color HEX #C2CA3F Las Palmas

📋 copy color: '#C2CA3F'

red 194 ◦ green 202 ◦ blue 63

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

Shades of Las Palmas #C2CA3F

Tints of Las Palmas #C2CA3F

RGB

 RED value IS 194 (76.17% from 255) = 42.27%

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

 BLUE value IS 63 (25% from 255) = 13.73%

R = 42.27%
G = 44.01%
B = 13.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C2CA3F (or 0xC2CA3F) is known color: Las Palmas. HEX triplet: C2, CA and 3F. RGB value is (194,202,63). Sum of RGB (Red+Green+Blue) = 194+202+63=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA3F is #3D35C0. Grayscale: #B8B8B8. Windows color (decimal): -4011457 or 4180674. OLE color: 4180674.

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

Color convert

RGB 194 202 63 -
CMYK 0.04 0 0.69 0.21
HSL 63.45º 0.57% 0.52% -
HSV(B) 63.45º 0.69% 0.79% -
XYZ 44.27 54.07 12.81 -
YUV 183.76 59.85 135.3 -
System Red Green Blue C M Y K H S L
Decimal 194 202 63 0.04 0 0.69 0.21 63.45 0.57 0.52
Hex C2 CA 3F 4 0 45 15 3F 39 34
Octal 302 312 77 4 0 105 25 77 71 64
Binary 11000010 11001010 111111 100 0 1000101 10101 111111 111001 110100

Color Harmonies of #C2CA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA3F

Black with #C2CA3F

Text Example


Text Example

White with #C2CA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA3F; }

 p { color: rgb(194,202,63); }

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

background-color css

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

 a { background-color: rgb(194,202,63); }

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

border-color css

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

 span { border-color: rgb(194,202,63); }

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