Html Css Color HEX #C6BA18 Bird Flower

📋 copy color: '#C6BA18'

red 198 ◦ green 186 ◦ blue 24

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

Shades of Bird Flower #C6BA18

Tints of Bird Flower #C6BA18

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.59%

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

R = 48.53%
G = 45.59%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C6BA18 (or 0xC6BA18) is known color: Bird Flower. HEX triplet: C6, BA and 18. RGB value is (198,186,24). Sum of RGB (Red+Green+Blue) = 198+186+24=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA18 is #3945E7. Grayscale: #ABABAB. Windows color (decimal): -3753448 or 1620678. OLE color: 1620678.

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

Color convert

RGB 198 186 24 -
CMYK 0 0.06 0.88 0.22
HSL 55.86º 0.78% 0.44% -
HSV(B) 55.86º 0.88% 0.78% -
XYZ 41.01 47.19 7.81 -
YUV 171.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 198 186 24 0 0.06 0.88 0.22 55.86 0.78 0.44
Hex C6 BA 18 0 6 58 16 38 4E 2C
Octal 306 272 30 0 6 130 26 70 116 54
Binary 11000110 10111010 11000 0 110 1011000 10110 111000 1001110 101100

Color Harmonies of #C6BA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA18

Black with #C6BA18

Text Example


Text Example

White with #C6BA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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