Html Css Color HEX #C9D54A Las Palmas

📋 copy color: '#C9D54A'

red 201 ◦ green 213 ◦ blue 74

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

Shades of Las Palmas #C9D54A

Tints of Las Palmas #C9D54A

RGB

 RED value IS 201 (78.91% from 255) = 41.19%

 GREEN value IS 213 (83.59% from 255) = 43.65%

 BLUE value IS 74 (29.3% from 255) = 15.16%

R = 41.19%
G = 43.65%
B = 15.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#C9D54A (or 0xC9D54A) is known color: Las Palmas. HEX triplet: C9, D5 and 4A. RGB value is (201,213,74). Sum of RGB (Red+Green+Blue) = 201+213+74=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D54A is #362AB5. Grayscale: #C2C2C2. Windows color (decimal): -3549878 or 4904393. OLE color: 4904393.

HSL color Cylindrical-coordinate representation of color #C9D54A: hue angle of 65.18º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9D54A is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 213 74 -
CMYK 0.06 0 0.65 0.16
HSL 65.18º 0.62% 0.56% -
HSV(B) 65.18º 0.65% 0.84% -
XYZ 49.12 60.5 15.57 -
YUV 193.57 60.52 133.3 -
System Red Green Blue C M Y K H S L
Decimal 201 213 74 0.06 0 0.65 0.16 65.18 0.62 0.56
Hex C9 D5 4A 6 0 41 10 41 3E 38
Octal 311 325 112 6 0 101 20 101 76 70
Binary 11001001 11010101 1001010 110 0 1000001 10000 1000001 111110 111000

Color Harmonies of #C9D54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D54A

Black with #C9D54A

Text Example


Text Example

White with #C9D54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D54A; }

 p { color: rgb(201,213,74); }

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

background-color css

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

 a { background-color: rgb(201,213,74); }

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

border-color css

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

 span { border-color: rgb(201,213,74); }

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