#CBD541

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

Shades of Las Palmas #CBD541

Tints of Las Palmas #CBD541

Color information

#CBD541 (or 0xCBD541) is unknown color: approx Las Palmas. HEX triplet: CB, D5 and 41. RGB value is (203,213,65). Sum of RGB (Red+Green+Blue) = 203+213+65=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD541 is #342ABE. Grayscale: #C1C1C1. Windows color (decimal): -3418815 or 4314571. OLE color: 4314571.

HSL color Cylindrical-coordinate representation of color #CBD541: hue angle of 64.05º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBD541 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB20321365-
CMYK0.0500.690.16
HSL64.05º63.79%54.51%-
HSV(B)64.05º69.48%83.53%-
XYZ49.3860.6714.11-
YUV193.1455.69135.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 65 (25.78% from 255) = 13.51%
R=42.20%
G=44.28%
B=13.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203213650.0500.690.1664.0563.7954.51
HexCBD541504510404037
Octal313325101501052010010067
Binary11001011110101011000001101010001011000010000001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD541; }

 p { color: rgb(203,213,65); }

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

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

 a { background-color: rgb(203,213,65); }

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

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

 span { border-color: rgb(203,213,65); }

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