Html Css Color HEX #C6BE16 Bird Flower

📋 copy color: '#C6BE16'

red 198 ◦ green 190 ◦ blue 22

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

Shades of Bird Flower #C6BE16

Tints of Bird Flower #C6BE16

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.34%

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 48.29%
G = 46.34%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C6BE16 (or 0xC6BE16) is known color: Bird Flower. HEX triplet: C6, BE and 16. RGB value is (198,190,22). Sum of RGB (Red+Green+Blue) = 198+190+22=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BE16 is #3941E9. Grayscale: #ADADAD. Windows color (decimal): -3752426 or 1490630. OLE color: 1490630.

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

Color convert

RGB 198 190 22 -
CMYK 0 0.04 0.89 0.22
HSL 57.27º 0.8% 0.43% -
HSV(B) 57.27º 0.89% 0.78% -
XYZ 41.85 48.89 7.99 -
YUV 173.24 42.65 145.66 -
System Red Green Blue C M Y K H S L
Decimal 198 190 22 0 0.04 0.89 0.22 57.27 0.8 0.43
Hex C6 BE 16 0 4 59 16 39 50 2B
Octal 306 276 26 0 4 131 26 71 120 53
Binary 11000110 10111110 10110 0 100 1011001 10110 111001 1010000 101011

Color Harmonies of #C6BE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE16

Black with #C6BE16

Text Example


Text Example

White with #C6BE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE16; }

 p { color: rgb(198,190,22); }

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

background-color css

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

 a { background-color: rgb(198,190,22); }

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

border-color css

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

 span { border-color: rgb(198,190,22); }

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