#CBE93B

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

Shades of Pear #CBE93B

Tints of Pear #CBE93B

Color information

#CBE93B (or 0xCBE93B) is unknown color: approx Pear. HEX triplet: CB, E9 and 3B. RGB value is (203,233,59). Sum of RGB (Red+Green+Blue) = 203+233+59=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE93B is #3416C4. Grayscale: #CCCCCC. Windows color (decimal): -3413701 or 3926475. OLE color: 3926475.

HSL color Cylindrical-coordinate representation of color #CBE93B: hue angle of 70.34º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBE93B is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB20323359-
CMYK0.1300.750.09
HSL70.34º79.82%57.25%-
HSV(B)70.34º74.68%91.37%-
XYZ54.5671.2915.02-
YUV204.1946.06127.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 233 (91.41% from 255) = 47.07%
BLUE value IS 59 (23.44% from 255) = 11.92%
R=41.01%
G=47.07%
B=11.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203233590.1300.750.0970.3479.8257.25
HexCBE93BD04B9465039
Octal313351731501131110612071
Binary1100101111101001111011110101001011100110001101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE93B; }

 p { color: rgb(203,233,59); }

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

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

 a { background-color: rgb(203,233,59); }

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

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

 span { border-color: rgb(203,233,59); }

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