Html Css Color HEX #CCCE32 Bitter Lemon

📋 copy color: '#CCCE32'

red 204 ◦ green 206 ◦ blue 50

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

Shades of Bitter Lemon #CCCE32

Tints of Bitter Lemon #CCCE32

RGB

 RED value IS 204 (80.08% from 255) = 44.35%

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

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

R = 44.35%
G = 44.78%
B = 10.87%

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

#CCCE32 (or 0xCCCE32) is known color: Bitter Lemon. HEX triplet: CC, CE and 32. RGB value is (204,206,50). Sum of RGB (Red+Green+Blue) = 204+206+50=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE32 is #3331CD. Grayscale: #BCBCBC. Windows color (decimal): -3355086 or 3329740. OLE color: 3329740.

HSL color Cylindrical-coordinate representation of color #CCCE32: hue angle of 60.77º 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 #CCCE32 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 50 -
CMYK 0.01 0 0.76 0.19
HSL 60.77º 0.61% 0.5% -
HSV(B) 60.77º 0.76% 0.81% -
XYZ 47.55 57.21 11.55 -
YUV 187.62 50.34 139.68 -
System Red Green Blue C M Y K H S L
Decimal 204 206 50 0.01 0 0.76 0.19 60.77 0.61 0.5
Hex CC CE 32 1 0 4C 13 3D 3D 32
Octal 314 316 62 1 0 114 23 75 75 62
Binary 11001100 11001110 110010 1 0 1001100 10011 111101 111101 110010

Color Harmonies of #CCCE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE32

Black with #CCCE32

Text Example


Text Example

White with #CCCE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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