Html Css Color HEX #C4DB1A Fuego

📋 copy color: '#C4DB1A'

red 196 ◦ green 219 ◦ blue 26

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

Shades of Fuego #C4DB1A

Tints of Fuego #C4DB1A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.66%

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

R = 44.44%
G = 49.66%
B = 5.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#C4DB1A (or 0xC4DB1A) is known color: Fuego. HEX triplet: C4, DB and 1A. RGB value is (196,219,26). Sum of RGB (Red+Green+Blue) = 196+219+26=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DB1A is #3B24E5. Grayscale: #BEBEBE. Windows color (decimal): -3876070 or 1760196. OLE color: 1760196.

HSL color Cylindrical-coordinate representation of color #C4DB1A: hue angle of 67.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4DB1A is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 219 26 -
CMYK 0.11 0 0.88 0.14
HSL 67.15º 0.79% 0.48% -
HSV(B) 67.15º 0.88% 0.86% -
XYZ 48.28 62.47 10.49 -
YUV 190.12 35.38 132.19 -
System Red Green Blue C M Y K H S L
Decimal 196 219 26 0.11 0 0.88 0.14 67.15 0.79 0.48
Hex C4 DB 1A B 0 58 E 43 4F 30
Octal 304 333 32 13 0 130 16 103 117 60
Binary 11000100 11011011 11010 1011 0 1011000 1110 1000011 1001111 110000

Color Harmonies of #C4DB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DB1A

Black with #C4DB1A

Text Example


Text Example

White with #C4DB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DB1A; }

 p { color: rgb(196,219,26); }

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

background-color css

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

 a { background-color: rgb(196,219,26); }

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

border-color css

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

 span { border-color: rgb(196,219,26); }

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