#CBD58F

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

Shades of Deco #CBD58F

Tints of Deco #CBD58F

Color information

#CBD58F (or 0xCBD58F) is unknown color: approx Deco. HEX triplet: CB, D5 and 8F. RGB value is (203,213,143). Sum of RGB (Red+Green+Blue) = 203+213+143=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD58F is #342A70. Grayscale: #CACACA. Windows color (decimal): -3418737 or 9426379. OLE color: 9426379.

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

Color convert

RGB203213143-
CMYK0.0500.330.16
HSL68.57º45.45%69.8%-
HSV(B)68.57º32.86%83.53%-
XYZ53.3862.2735.19-
YUV202.0394.69128.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 213 (83.59% from 255) = 38.10%
BLUE value IS 143 (56.25% from 255) = 25.58%
R=36.31%
G=38.10%
B=25.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131430.0500.330.1668.5745.4569.8
HexCBD58F502110452d46
Octal31332521750412010555106
Binary11001011110101011000111110101000011000010001011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD58F; }

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

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

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

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

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

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

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

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