Html Css Color HEX #C9D64B Las Palmas

📋 copy color: '#C9D64B'

red 201 ◦ green 214 ◦ blue 75

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

Shades of Las Palmas #C9D64B

Tints of Las Palmas #C9D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

 BLUE value IS 75 (29.69% from 255) = 15.31%

R = 41.02%
G = 43.67%
B = 15.31%

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

#C9D64B (or 0xC9D64B) is known color: Las Palmas. HEX triplet: C9, D6 and 4B. RGB value is (201,214,75). Sum of RGB (Red+Green+Blue) = 201+214+75=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D64B is #3629B4. Grayscale: #C2C2C2. Windows color (decimal): -3549621 or 4970185. OLE color: 4970185.

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

Color convert

RGB 201 214 75 -
CMYK 0.06 0 0.65 0.16
HSL 65.61º 0.63% 0.57% -
HSV(B) 65.61º 0.65% 0.84% -
XYZ 49.4 61.02 15.83 -
YUV 194.27 60.69 132.8 -
System Red Green Blue C M Y K H S L
Decimal 201 214 75 0.06 0 0.65 0.16 65.61 0.63 0.57
Hex C9 D6 4B 6 0 41 10 42 3F 39
Octal 311 326 113 6 0 101 20 102 77 71
Binary 11001001 11010110 1001011 110 0 1000001 10000 1000010 111111 111001

Color Harmonies of #C9D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D64B

Black with #C9D64B

Text Example


Text Example

White with #C9D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D64B; }

 p { color: rgb(201,214,75); }

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

background-color css

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

 a { background-color: rgb(201,214,75); }

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

border-color css

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

 span { border-color: rgb(201,214,75); }

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