Html Css Color HEX #C9D51B Fuego

📋 copy color: '#C9D51B'

red 201 ◦ green 213 ◦ blue 27

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

Shades of Fuego #C9D51B

Tints of Fuego #C9D51B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.12%

R = 45.58%
G = 48.3%
B = 6.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#C9D51B (or 0xC9D51B) is known color: Fuego. HEX triplet: C9, D5 and 1B. RGB value is (201,213,27). Sum of RGB (Red+Green+Blue) = 201+213+27=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D51B is #362AE4. Grayscale: #BCBCBC. Windows color (decimal): -3549925 or 1824201. OLE color: 1824201.

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

Color convert

RGB 201 213 27 -
CMYK 0.06 0 0.87 0.16
HSL 63.87º 0.78% 0.47% -
HSV(B) 63.87º 0.87% 0.84% -
XYZ 48.08 60.09 10.1 -
YUV 188.21 37.02 137.12 -
System Red Green Blue C M Y K H S L
Decimal 201 213 27 0.06 0 0.87 0.16 63.87 0.78 0.47
Hex C9 D5 1B 6 0 57 10 40 4E 2F
Octal 311 325 33 6 0 127 20 100 116 57
Binary 11001001 11010101 11011 110 0 1010111 10000 1000000 1001110 101111

Color Harmonies of #C9D51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D51B

Black with #C9D51B

Text Example


Text Example

White with #C9D51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D51B; }

 p { color: rgb(201,213,27); }

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

background-color css

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

 a { background-color: rgb(201,213,27); }

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

border-color css

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

 span { border-color: rgb(201,213,27); }

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