Html Css Color HEX #C7BC19 Bird Flower

📋 copy color: '#C7BC19'

red 199 ◦ green 188 ◦ blue 25

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

Shades of Bird Flower #C7BC19

Tints of Bird Flower #C7BC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.63%

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

R = 48.3%
G = 45.63%
B = 6.07%

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

#C7BC19 (or 0xC7BC19) is known color: Bird Flower. HEX triplet: C7, BC and 19. RGB value is (199,188,25). Sum of RGB (Red+Green+Blue) = 199+188+25=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BC19 is #3843E6. Grayscale: #ADADAD. Windows color (decimal): -3687399 or 1686727. OLE color: 1686727.

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

Color convert

RGB 199 188 25 -
CMYK 0 0.06 0.87 0.22
HSL 56.21º 0.78% 0.44% -
HSV(B) 56.21º 0.87% 0.78% -
XYZ 41.71 48.18 8.02 -
YUV 172.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 199 188 25 0 0.06 0.87 0.22 56.21 0.78 0.44
Hex C7 BC 19 0 6 57 16 38 4E 2C
Octal 307 274 31 0 6 127 26 70 116 54
Binary 11000111 10111100 11001 0 110 1010111 10110 111000 1001110 101100

Color Harmonies of #C7BC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC19

Black with #C7BC19

Text Example


Text Example

White with #C7BC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC19; }

 p { color: rgb(199,188,25); }

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

background-color css

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

 a { background-color: rgb(199,188,25); }

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

border-color css

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

 span { border-color: rgb(199,188,25); }

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