Html Css Color HEX #C9D53B Las Palmas

📋 copy color: '#C9D53B'

red 201 ◦ green 213 ◦ blue 59

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

Shades of Las Palmas #C9D53B

Tints of Las Palmas #C9D53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.47%

R = 42.49%
G = 45.03%
B = 12.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#C9D53B (or 0xC9D53B) is known color: Las Palmas. HEX triplet: C9, D5 and 3B. RGB value is (201,213,59). Sum of RGB (Red+Green+Blue) = 201+213+59=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D53B is #362AC4. Grayscale: #C0C0C0. Windows color (decimal): -3549893 or 3921353. OLE color: 3921353.

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

Color convert

RGB 201 213 59 -
CMYK 0.06 0 0.72 0.16
HSL 64.68º 0.65% 0.53% -
HSV(B) 64.68º 0.72% 0.84% -
XYZ 48.67 60.32 13.22 -
YUV 191.86 53.02 134.52 -
System Red Green Blue C M Y K H S L
Decimal 201 213 59 0.06 0 0.72 0.16 64.68 0.65 0.53
Hex C9 D5 3B 6 0 48 10 41 41 35
Octal 311 325 73 6 0 110 20 101 101 65
Binary 11001001 11010101 111011 110 0 1001000 10000 1000001 1000001 110101

Color Harmonies of #C9D53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D53B

Black with #C9D53B

Text Example


Text Example

White with #C9D53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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