Html Css Color HEX #C7BD16 Bird Flower

📋 copy color: '#C7BD16'

red 199 ◦ green 189 ◦ blue 22

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

Shades of Bird Flower #C7BD16

Tints of Bird Flower #C7BD16

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.1%

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

R = 48.54%
G = 46.1%
B = 5.37%

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

#C7BD16 (or 0xC7BD16) is known color: Bird Flower. HEX triplet: C7, BD and 16. RGB value is (199,189,22). Sum of RGB (Red+Green+Blue) = 199+189+22=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BD16 is #3842E9. Grayscale: #ADADAD. Windows color (decimal): -3687146 or 1490375. OLE color: 1490375.

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

Color convert

RGB 199 189 22 -
CMYK 0 0.05 0.89 0.22
HSL 56.61º 0.8% 0.43% -
HSV(B) 56.61º 0.89% 0.78% -
XYZ 41.9 48.6 7.93 -
YUV 172.95 42.81 146.58 -
System Red Green Blue C M Y K H S L
Decimal 199 189 22 0 0.05 0.89 0.22 56.61 0.8 0.43
Hex C7 BD 16 0 5 59 16 39 50 2B
Octal 307 275 26 0 5 131 26 71 120 53
Binary 11000111 10111101 10110 0 101 1011001 10110 111001 1010000 101011

Color Harmonies of #C7BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD16

Black with #C7BD16

Text Example


Text Example

White with #C7BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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