Html Css Color HEX #CCCE31 Bitter Lemon

📋 copy color: '#CCCE31'

red 204 ◦ green 206 ◦ blue 49

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

Shades of Bitter Lemon #CCCE31

Tints of Bitter Lemon #CCCE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.68%

R = 44.44%
G = 44.88%
B = 10.68%

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

#CCCE31 (or 0xCCCE31) is known color: Bitter Lemon. HEX triplet: CC, CE and 31. RGB value is (204,206,49). Sum of RGB (Red+Green+Blue) = 204+206+49=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE31 is #3331CE. Grayscale: #BCBCBC. Windows color (decimal): -3355087 or 3264204. OLE color: 3264204.

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

Color convert

RGB 204 206 49 -
CMYK 0.01 0 0.76 0.19
HSL 60.76º 0.62% 0.5% -
HSV(B) 60.76º 0.76% 0.81% -
XYZ 47.53 57.2 11.44 -
YUV 187.5 49.84 139.77 -
System Red Green Blue C M Y K H S L
Decimal 204 206 49 0.01 0 0.76 0.19 60.76 0.62 0.5
Hex CC CE 31 1 0 4C 13 3D 3E 32
Octal 314 316 61 1 0 114 23 75 76 62
Binary 11001100 11001110 110001 1 0 1001100 10011 111101 111110 110010

Color Harmonies of #CCCE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE31

Black with #CCCE31

Text Example


Text Example

White with #CCCE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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