Html Css Color HEX #CCCC2F Bitter Lemon

📋 copy color: '#CCCC2F'

red 204 ◦ green 204 ◦ blue 47

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

Shades of Bitter Lemon #CCCC2F

Tints of Bitter Lemon #CCCC2F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.84%

 BLUE value IS 47 (18.75% from 255) = 10.33%

R = 44.84%
G = 44.84%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCCC2F (or 0xCCCC2F) is known color: Bitter Lemon. HEX triplet: CC, CC and 2F. RGB value is (204,204,47). Sum of RGB (Red+Green+Blue) = 204+204+47=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC2F is #3333D0. Grayscale: #BABABA. Windows color (decimal): -3355601 or 3132620. OLE color: 3132620.

HSL color Cylindrical-coordinate representation of color #CCCC2F: hue angle of 60º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCCC2F is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 47 -
CMYK 0 0 0.77 0.2
HSL 60º 0.63% 0.49% -
HSV(B) 60º 0.77% 0.8% -
XYZ 47.01 56.23 11.06 -
YUV 186.1 49.5 140.77 -
System Red Green Blue C M Y K H S L
Decimal 204 204 47 0 0 0.77 0.2 60 0.63 0.49
Hex CC CC 2F 0 0 4D 14 3C 3F 31
Octal 314 314 57 0 0 115 24 74 77 61
Binary 11001100 11001100 101111 0 0 1001101 10100 111100 111111 110001

Color Harmonies of #CCCC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC2F

Black with #CCCC2F

Text Example


Text Example

White with #CCCC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC2F; }

 p { color: rgb(204,204,47); }

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

background-color css

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

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

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

border-color css

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

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

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