#CBD737

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

Shades of Las Palmas #CBD737

Tints of Las Palmas #CBD737

Color information

#CBD737 (or 0xCBD737) is unknown color: approx Las Palmas. HEX triplet: CB, D7 and 37. RGB value is (203,215,55). Sum of RGB (Red+Green+Blue) = 203+215+55=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 55 (21.88% from 255 or 11.63% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD737 is #3428C8. Grayscale: #C1C1C1. Windows color (decimal): -3418313 or 3659723. OLE color: 3659723.

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

Color convert

RGB20321555-
CMYK0.0600.740.16
HSL64.5º66.67%52.94%-
HSV(B)64.5º74.42%84.31%-
XYZ49.6261.5712.88-
YUV193.1750.02135.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 215 (84.38% from 255) = 45.45%
BLUE value IS 55 (21.88% from 255) = 11.63%
R=42.92%
G=45.45%
B=11.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203215550.0600.740.1664.566.6752.94
HexCBD737604A10404335
Octal31332767601122010010365
Binary1100101111010111110111110010010101000010000001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD737; }

 p { color: rgb(203,215,55); }

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

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

 a { background-color: rgb(203,215,55); }

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

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

 span { border-color: rgb(203,215,55); }

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