Html Css Color HEX #C7BE16 Bird Flower

📋 copy color: '#C7BE16'

red 199 ◦ green 190 ◦ blue 22

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

Shades of Bird Flower #C7BE16

Tints of Bird Flower #C7BE16

RGB

 RED value IS 199 (78.13% from 255) = 48.42%

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

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

R = 48.42%
G = 46.23%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C7BE16 (or 0xC7BE16) is known color: Bird Flower. HEX triplet: C7, BE and 16. RGB value is (199,190,22). Sum of RGB (Red+Green+Blue) = 199+190+22=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BE16 is #3841E9. Grayscale: #AEAEAE. Windows color (decimal): -3686890 or 1490631. OLE color: 1490631.

HSL color Cylindrical-coordinate representation of color #C7BE16: hue angle of 56.95º 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 #C7BE16 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 190 22 -
CMYK 0 0.05 0.89 0.22
HSL 56.95º 0.8% 0.43% -
HSV(B) 56.95º 0.89% 0.78% -
XYZ 42.11 49.03 8 -
YUV 173.54 42.48 146.16 -
System Red Green Blue C M Y K H S L
Decimal 199 190 22 0 0.05 0.89 0.22 56.95 0.8 0.43
Hex C7 BE 16 0 5 59 16 39 50 2B
Octal 307 276 26 0 5 131 26 71 120 53
Binary 11000111 10111110 10110 0 101 1011001 10110 111001 1010000 101011

Color Harmonies of #C7BE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE16

Black with #C7BE16

Text Example


Text Example

White with #C7BE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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