Html Css Color HEX #C6BA17 Bird Flower

📋 copy color: '#C6BA17'

red 198 ◦ green 186 ◦ blue 23

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

Shades of Bird Flower #C6BA17

Tints of Bird Flower #C6BA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.65%

R = 48.65%
G = 45.7%
B = 5.65%

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

#C6BA17 (or 0xC6BA17) is known color: Bird Flower. HEX triplet: C6, BA and 17. RGB value is (198,186,23). Sum of RGB (Red+Green+Blue) = 198+186+23=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA17 is #3945E8. Grayscale: #ABABAB. Windows color (decimal): -3753449 or 1555142. OLE color: 1555142.

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

Color convert

RGB 198 186 23 -
CMYK 0 0.06 0.88 0.22
HSL 55.89º 0.79% 0.43% -
HSV(B) 55.89º 0.88% 0.78% -
XYZ 41 47.19 7.76 -
YUV 171.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 198 186 23 0 0.06 0.88 0.22 55.89 0.79 0.43
Hex C6 BA 17 0 6 58 16 38 4F 2B
Octal 306 272 27 0 6 130 26 70 117 53
Binary 11000110 10111010 10111 0 110 1011000 10110 111000 1001111 101011

Color Harmonies of #C6BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA17

Black with #C6BA17

Text Example


Text Example

White with #C6BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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