Html Css Color HEX #C5CE48 Las Palmas

📋 copy color: '#C5CE48'

red 197 ◦ green 206 ◦ blue 72

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

Shades of Las Palmas #C5CE48

Tints of Las Palmas #C5CE48

RGB

 RED value IS 197 (77.34% from 255) = 41.47%

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

 BLUE value IS 72 (28.52% from 255) = 15.16%

R = 41.47%
G = 43.37%
B = 15.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#C5CE48 (or 0xC5CE48) is known color: Las Palmas. HEX triplet: C5, CE and 48. RGB value is (197,206,72). Sum of RGB (Red+Green+Blue) = 197+206+72=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE48 is #3A31B7. Grayscale: #BCBCBC. Windows color (decimal): -3813816 or 4771525. OLE color: 4771525.

HSL color Cylindrical-coordinate representation of color #C5CE48: hue angle of 64.03º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5CE48 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 206 72 -
CMYK 0.04 0 0.65 0.19
HSL 64.03º 0.58% 0.55% -
HSV(B) 64.03º 0.65% 0.81% -
XYZ 46.27 56.48 14.59 -
YUV 188.03 62.52 134.4 -
System Red Green Blue C M Y K H S L
Decimal 197 206 72 0.04 0 0.65 0.19 64.03 0.58 0.55
Hex C5 CE 48 4 0 41 13 40 3A 37
Octal 305 316 110 4 0 101 23 100 72 67
Binary 11000101 11001110 1001000 100 0 1000001 10011 1000000 111010 110111

Color Harmonies of #C5CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CE48

Black with #C5CE48

Text Example


Text Example

White with #C5CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CE48; }

 p { color: rgb(197,206,72); }

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

background-color css

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

 a { background-color: rgb(197,206,72); }

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

border-color css

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

 span { border-color: rgb(197,206,72); }

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