Html Css Color HEX #C6D51A Fuego

📋 copy color: '#C6D51A'

red 198 ◦ green 213 ◦ blue 26

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

Shades of Fuego #C6D51A

Tints of Fuego #C6D51A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.74%

 BLUE value IS 26 (10.55% from 255) = 5.95%

R = 45.31%
G = 48.74%
B = 5.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#C6D51A (or 0xC6D51A) is known color: Fuego. HEX triplet: C6, D5 and 1A. RGB value is (198,213,26). Sum of RGB (Red+Green+Blue) = 198+213+26=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D51A is #392AE5. Grayscale: #BBBBBB. Windows color (decimal): -3746534 or 1758662. OLE color: 1758662.

HSL color Cylindrical-coordinate representation of color #C6D51A: hue angle of 64.81º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6D51A is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 213 26 -
CMYK 0.07 0 0.88 0.16
HSL 64.81º 0.78% 0.47% -
HSV(B) 64.81º 0.88% 0.84% -
XYZ 47.27 59.67 10 -
YUV 187.2 37.03 135.71 -
System Red Green Blue C M Y K H S L
Decimal 198 213 26 0.07 0 0.88 0.16 64.81 0.78 0.47
Hex C6 D5 1A 7 0 58 10 41 4E 2F
Octal 306 325 32 7 0 130 20 101 116 57
Binary 11000110 11010101 11010 111 0 1011000 10000 1000001 1001110 101111

Color Harmonies of #C6D51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D51A

Black with #C6D51A

Text Example


Text Example

White with #C6D51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D51A; }

 p { color: rgb(198,213,26); }

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

background-color css

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

 a { background-color: rgb(198,213,26); }

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

border-color css

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

 span { border-color: rgb(198,213,26); }

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