Html Css Color HEX #C4CE75 Deco

📋 copy color: '#C4CE75'

red 196 ◦ green 206 ◦ blue 117

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

Shades of Deco #C4CE75

Tints of Deco #C4CE75

RGB

 RED value IS 196 (76.95% from 255) = 37.76%

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

 BLUE value IS 117 (46.09% from 255) = 22.54%

R = 37.76%
G = 39.69%
B = 22.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#C4CE75 (or 0xC4CE75) is known color: Deco. HEX triplet: C4, CE and 75. RGB value is (196,206,117). Sum of RGB (Red+Green+Blue) = 196+206+117=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CE75 is #3B318A. Grayscale: #C1C1C1. Windows color (decimal): -3879307 or 7720644. OLE color: 7720644.

HSL color Cylindrical-coordinate representation of color #C4CE75: hue angle of 66.74º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4CE75 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 206 117 -
CMYK 0.05 0 0.43 0.19
HSL 66.74º 0.48% 0.63% -
HSV(B) 66.74º 0.43% 0.81% -
XYZ 48.05 57.16 25.33 -
YUV 192.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 196 206 117 0.05 0 0.43 0.19 66.74 0.48 0.63
Hex C4 CE 75 5 0 2B 13 43 30 3F
Octal 304 316 165 5 0 53 23 103 60 77
Binary 11000100 11001110 1110101 101 0 101011 10011 1000011 110000 111111

Color Harmonies of #C4CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CE75

Black with #C4CE75

Text Example


Text Example

White with #C4CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CE75; }

 p { color: rgb(196,206,117); }

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

background-color css

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

 a { background-color: rgb(196,206,117); }

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

border-color css

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

 span { border-color: rgb(196,206,117); }

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