Html Css Color HEX #C6C918 Bird Flower

📋 copy color: '#C6C918'

red 198 ◦ green 201 ◦ blue 24

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

Shades of Bird Flower #C6C918

Tints of Bird Flower #C6C918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 46.81%
G = 47.52%
B = 5.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C6C918 (or 0xC6C918) is known color: Bird Flower. HEX triplet: C6, C9 and 18. RGB value is (198,201,24). Sum of RGB (Red+Green+Blue) = 198+201+24=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C918 is #3936E7. Grayscale: #B4B4B4. Windows color (decimal): -3749608 or 1624518. OLE color: 1624518.

HSL color Cylindrical-coordinate representation of color #C6C918: hue angle of 61.02º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6C918 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 201 24 -
CMYK 0.01 0 0.88 0.21
HSL 61.02º 0.79% 0.44% -
HSV(B) 61.02º 0.88% 0.79% -
XYZ 44.34 53.85 8.92 -
YUV 179.93 40.01 140.89 -
System Red Green Blue C M Y K H S L
Decimal 198 201 24 0.01 0 0.88 0.21 61.02 0.79 0.44
Hex C6 C9 18 1 0 58 15 3D 4F 2C
Octal 306 311 30 1 0 130 25 75 117 54
Binary 11000110 11001001 11000 1 0 1011000 10101 111101 1001111 101100

Color Harmonies of #C6C918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C918

Black with #C6C918

Text Example


Text Example

White with #C6C918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C918; }

 p { color: rgb(198,201,24); }

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

background-color css

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

 a { background-color: rgb(198,201,24); }

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

border-color css

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

 span { border-color: rgb(198,201,24); }

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