#CBD44D

Color #CBD44D Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #CBD44D

Tints of Las Palmas #CBD44D

Color information

#CBD44D (or 0xCBD44D) is unknown color: approx Las Palmas. HEX triplet: CB, D4 and 4D. RGB value is (203,212,77). Sum of RGB (Red+Green+Blue) = 203+212+77=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD44D is #342BB2. Grayscale: #C2C2C2. Windows color (decimal): -3419059 or 5100747. OLE color: 5100747.

HSL color Cylindrical-coordinate representation of color #CBD44D: hue angle of 64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBD44D is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB20321277-
CMYK0.0400.640.17
HSL64º61.09%56.67%-
HSV(B)64º63.68%83.14%-
XYZ49.5160.3216.05-
YUV193.9262.02134.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 212 (83.20% from 255) = 43.09%
BLUE value IS 77 (30.47% from 255) = 15.65%
R=41.26%
G=43.09%
B=15.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203212770.0400.640.176461.0956.67
HexCBD44D404011403d39
Octal31332411540100211007571
Binary1100101111010100100110110001000000100011000000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD44D; }

 p { color: rgb(203,212,77); }

 H1.HeaderClassName
 {
   color: #CBD44D;
 }
 .AnyTagClassName
 {
   color: #CBD44D;
 }
</style>
background-color css

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

 a { background-color: rgb(203,212,77); }

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

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

 span { border-color: rgb(203,212,77); }

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