Html Css Color HEX #C9D62B Fuego

📋 copy color: '#C9D62B'

red 201 ◦ green 214 ◦ blue 43

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

Shades of Fuego #C9D62B

Tints of Fuego #C9D62B

RGB

 RED value IS 201 (78.91% from 255) = 43.89%

 GREEN value IS 214 (83.98% from 255) = 46.72%

 BLUE value IS 43 (17.19% from 255) = 9.39%

R = 43.89%
G = 46.72%
B = 9.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#C9D62B (or 0xC9D62B) is known color: Fuego. HEX triplet: C9, D6 and 2B. RGB value is (201,214,43). Sum of RGB (Red+Green+Blue) = 201+214+43=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D62B is #3629D4. Grayscale: #BFBFBF. Windows color (decimal): -3549653 or 2873033. OLE color: 2873033.

HSL color Cylindrical-coordinate representation of color #C9D62B: hue angle of 64.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9D62B is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 214 43 -
CMYK 0.06 0 0.80 0.16
HSL 64.56º 0.68% 0.5% -
HSV(B) 64.56º 0.8% 0.84% -
XYZ 48.57 60.69 11.44 -
YUV 190.62 44.69 135.4 -
System Red Green Blue C M Y K H S L
Decimal 201 214 43 0.06 0 0.80 0.16 64.56 0.68 0.5
Hex C9 D6 2B 6 0 50 10 41 44 32
Octal 311 326 53 6 0 120 20 101 104 62
Binary 11001001 11010110 101011 110 0 1010000 10000 1000001 1000100 110010

Color Harmonies of #C9D62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D62B

Black with #C9D62B

Text Example


Text Example

White with #C9D62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D62B; }

 p { color: rgb(201,214,43); }

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

background-color css

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

 a { background-color: rgb(201,214,43); }

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

border-color css

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

 span { border-color: rgb(201,214,43); }

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