Html Css Color HEX #CBCE32 Bitter Lemon

📋 copy color: '#CBCE32'

red 203 ◦ green 206 ◦ blue 50

#CBCE32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #CBCE32

Tints of Bitter Lemon #CBCE32

RGB

 RED value IS 203 (79.69% from 255) = 44.23%

 GREEN value IS 206 (80.86% from 255) = 44.88%

 BLUE value IS 50 (19.92% from 255) = 10.89%

R = 44.23%
G = 44.88%
B = 10.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CBCE32 (or 0xCBCE32) is known color: Bitter Lemon. HEX triplet: CB, CE and 32. RGB value is (203,206,50). Sum of RGB (Red+Green+Blue) = 203+206+50=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCE32 is #3431CD. Grayscale: #BBBBBB. Windows color (decimal): -3420622 or 3329739. OLE color: 3329739.

HSL color Cylindrical-coordinate representation of color #CBCE32: hue angle of 61.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBCE32 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 206 50 -
CMYK 0.01 0 0.76 0.19
HSL 61.15º 0.61% 0.5% -
HSV(B) 61.15º 0.76% 0.81% -
XYZ 47.28 57.07 11.54 -
YUV 187.32 50.51 139.18 -
System Red Green Blue C M Y K H S L
Decimal 203 206 50 0.01 0 0.76 0.19 61.15 0.61 0.5
Hex CB CE 32 1 0 4C 13 3D 3D 32
Octal 313 316 62 1 0 114 23 75 75 62
Binary 11001011 11001110 110010 1 0 1001100 10011 111101 111101 110010

Color Harmonies of #CBCE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCE32

Black with #CBCE32

Text Example


Text Example

White with #CBCE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCE32; }

 p { color: rgb(203,206,50); }

 H1.HeaderClassName
 {
   color: #CBCE32;
 }
 .AnyTagClassName
 {
   color: #CBCE32;
 }
</style>

background-color css

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

 a { background-color: rgb(203,206,50); }

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

border-color css

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

 span { border-color: rgb(203,206,50); }

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