Html Css Color HEX #C9D84A Las Palmas

📋 copy color: '#C9D84A'

red 201 ◦ green 216 ◦ blue 74

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

Shades of Las Palmas #C9D84A

Tints of Las Palmas #C9D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.99%

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

R = 40.94%
G = 43.99%
B = 15.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#C9D84A (or 0xC9D84A) is known color: Las Palmas. HEX triplet: C9, D8 and 4A. RGB value is (201,216,74). Sum of RGB (Red+Green+Blue) = 201+216+74=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D84A is #3627B5. Grayscale: #C3C3C3. Windows color (decimal): -3549110 or 4905161. OLE color: 4905161.

HSL color Cylindrical-coordinate representation of color #C9D84A: hue angle of 66.34º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9D84A is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 216 74 -
CMYK 0.07 0 0.66 0.15
HSL 66.34º 0.65% 0.57% -
HSV(B) 66.34º 0.66% 0.85% -
XYZ 49.88 62.02 15.82 -
YUV 195.33 59.53 132.05 -
System Red Green Blue C M Y K H S L
Decimal 201 216 74 0.07 0 0.66 0.15 66.34 0.65 0.57
Hex C9 D8 4A 7 0 42 F 42 41 39
Octal 311 330 112 7 0 102 17 102 101 71
Binary 11001001 11011000 1001010 111 0 1000010 1111 1000010 1000001 111001

Color Harmonies of #C9D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D84A

Black with #C9D84A

Text Example


Text Example

White with #C9D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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