#CBD940

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

Shades of Las Palmas #CBD940

Tints of Las Palmas #CBD940

Color information

#CBD940 (or 0xCBD940) is unknown color: approx Las Palmas. HEX triplet: CB, D9 and 40. RGB value is (203,217,64). Sum of RGB (Red+Green+Blue) = 203+217+64=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD940 is #3426BF. Grayscale: #C3C3C3. Windows color (decimal): -3417792 or 4250059. OLE color: 4250059.

HSL color Cylindrical-coordinate representation of color #CBD940: hue angle of 65.49º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBD940 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB20321764-
CMYK0.0600.710.15
HSL65.49º66.81%55.1%-
HSV(B)65.49º70.51%85.1%-
XYZ50.3762.6914.3-
YUV195.3753.86133.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 64 (25.39% from 255) = 13.22%
R=41.94%
G=44.83%
B=13.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203217640.0600.710.1565.4966.8155.1
HexCBD9406047F414337
Octal313331100601071710110367
Binary1100101111011001100000011001000111111110000011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD940; }

 p { color: rgb(203,217,64); }

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

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

 a { background-color: rgb(203,217,64); }

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

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

 span { border-color: rgb(203,217,64); }

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