Html Css Color HEX #C6CE32 Fuego

📋 copy color: '#C6CE32'

red 198 ◦ green 206 ◦ blue 50

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

Shades of Fuego #C6CE32

Tints of Fuego #C6CE32

RGB

 RED value IS 198 (77.73% from 255) = 43.61%

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

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

R = 43.61%
G = 45.37%
B = 11.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#C6CE32 (or 0xC6CE32) is known color: Fuego. HEX triplet: C6, CE and 32. RGB value is (198,206,50). Sum of RGB (Red+Green+Blue) = 198+206+50=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CE32 is #3931CD. Grayscale: #BABABA. Windows color (decimal): -3748302 or 3329734. OLE color: 3329734.

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

Color convert

RGB 198 206 50 -
CMYK 0.04 0 0.76 0.19
HSL 63.08º 0.61% 0.5% -
HSV(B) 63.08º 0.76% 0.81% -
XYZ 45.94 56.38 11.48 -
YUV 185.82 51.35 136.68 -
System Red Green Blue C M Y K H S L
Decimal 198 206 50 0.04 0 0.76 0.19 63.08 0.61 0.5
Hex C6 CE 32 4 0 4C 13 3F 3D 32
Octal 306 316 62 4 0 114 23 77 75 62
Binary 11000110 11001110 110010 100 0 1001100 10011 111111 111101 110010

Color Harmonies of #C6CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CE32

Black with #C6CE32

Text Example


Text Example

White with #C6CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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