#CBD536

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

Shades of Las Palmas #CBD536

Tints of Las Palmas #CBD536

Color information

#CBD536 (or 0xCBD536) is unknown color: approx Las Palmas. HEX triplet: CB, D5 and 36. RGB value is (203,213,54). Sum of RGB (Red+Green+Blue) = 203+213+54=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD536 is #342AC9. Grayscale: #C0C0C0. Windows color (decimal): -3418826 or 3593675. OLE color: 3593675.

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

Color convert

RGB20321354-
CMYK0.0500.750.16
HSL63.77º65.43%52.35%-
HSV(B)63.77º74.65%83.53%-
XYZ49.0960.5512.59-
YUV191.8850.19135.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 54 (21.48% from 255) = 11.49%
R=43.19%
G=45.32%
B=11.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203213540.0500.750.1663.7765.4352.35
HexCBD536504B10404134
Octal31332566501132010010164
Binary1100101111010101110110101010010111000010000001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD536; }

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

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

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

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

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

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

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

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