#CBD538

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

Shades of Las Palmas #CBD538

Tints of Las Palmas #CBD538

Color information

#CBD538 (or 0xCBD538) is unknown color: approx Las Palmas. HEX triplet: CB, D5 and 38. RGB value is (203,213,56). Sum of RGB (Red+Green+Blue) = 203+213+56=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD538 is #342AC7. Grayscale: #C0C0C0. Windows color (decimal): -3418824 or 3724747. OLE color: 3724747.

HSL color Cylindrical-coordinate representation of color #CBD538: hue angle of 63.82º degrees, saturation: 0.65, 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 #CBD538 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB20321356-
CMYK0.0500.740.16
HSL63.82º65.15%52.75%-
HSV(B)63.82º73.71%83.53%-
XYZ49.1460.5712.84-
YUV192.1151.19135.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 56 (22.27% from 255) = 11.86%
R=43.01%
G=45.13%
B=11.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203213560.0500.740.1663.8265.1552.75
HexCBD538504A10404135
Octal31332570501122010010165
Binary1100101111010101111000101010010101000010000001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD538; }

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

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

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

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

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

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

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

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