Html Css Color HEX #C1CE3A Las Palmas

📋 copy color: '#C1CE3A'

red 193 ◦ green 206 ◦ blue 58

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

Shades of Las Palmas #C1CE3A

Tints of Las Palmas #C1CE3A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.08%

 BLUE value IS 58 (23.05% from 255) = 12.69%

R = 42.23%
G = 45.08%
B = 12.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#C1CE3A (or 0xC1CE3A) is known color: Las Palmas. HEX triplet: C1, CE and 3A. RGB value is (193,206,58). Sum of RGB (Red+Green+Blue) = 193+206+58=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE3A is #3E31C5. Grayscale: #B9B9B9. Windows color (decimal): -4075974 or 3854017. OLE color: 3854017.

HSL color Cylindrical-coordinate representation of color #C1CE3A: hue angle of 65.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1CE3A is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 206 58 -
CMYK 0.06 0 0.72 0.19
HSL 65.27º 0.6% 0.52% -
HSV(B) 65.27º 0.72% 0.81% -
XYZ 44.83 55.79 12.41 -
YUV 185.24 56.19 133.53 -
System Red Green Blue C M Y K H S L
Decimal 193 206 58 0.06 0 0.72 0.19 65.27 0.6 0.52
Hex C1 CE 3A 6 0 48 13 41 3C 34
Octal 301 316 72 6 0 110 23 101 74 64
Binary 11000001 11001110 111010 110 0 1001000 10011 1000001 111100 110100

Color Harmonies of #C1CE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CE3A

Black with #C1CE3A

Text Example


Text Example

White with #C1CE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CE3A; }

 p { color: rgb(193,206,58); }

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

background-color css

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

 a { background-color: rgb(193,206,58); }

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

border-color css

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

 span { border-color: rgb(193,206,58); }

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