Html Css Color HEX #C6BA19 Bird Flower

📋 copy color: '#C6BA19'

red 198 ◦ green 186 ◦ blue 25

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

Shades of Bird Flower #C6BA19

Tints of Bird Flower #C6BA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.11%

R = 48.41%
G = 45.48%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6BA19 (or 0xC6BA19) is known color: Bird Flower. HEX triplet: C6, BA and 19. RGB value is (198,186,25). Sum of RGB (Red+Green+Blue) = 198+186+25=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA19 is #3945E6. Grayscale: #ABABAB. Windows color (decimal): -3753447 or 1686214. OLE color: 1686214.

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

Color convert

RGB 198 186 25 -
CMYK 0 0.06 0.87 0.22
HSL 55.84º 0.78% 0.44% -
HSV(B) 55.84º 0.87% 0.78% -
XYZ 41.02 47.19 7.87 -
YUV 171.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 198 186 25 0 0.06 0.87 0.22 55.84 0.78 0.44
Hex C6 BA 19 0 6 57 16 38 4E 2C
Octal 306 272 31 0 6 127 26 70 116 54
Binary 11000110 10111010 11001 0 110 1010111 10110 111000 1001110 101100

Color Harmonies of #C6BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA19

Black with #C6BA19

Text Example


Text Example

White with #C6BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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