Html Css Color HEX #C7BC1E Bird Flower

📋 copy color: '#C7BC1E'

red 199 ◦ green 188 ◦ blue 30

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

Shades of Bird Flower #C7BC1E

Tints of Bird Flower #C7BC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.19%

R = 47.72%
G = 45.08%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7BC1E (or 0xC7BC1E) is known color: Bird Flower. HEX triplet: C7, BC and 1E. RGB value is (199,188,30). Sum of RGB (Red+Green+Blue) = 199+188+30=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC1E is #3843E1. Grayscale: #ADADAD. Windows color (decimal): -3687394 or 2014407. OLE color: 2014407.

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

Color convert

RGB 199 188 30 -
CMYK 0 0.06 0.85 0.22
HSL 56.09º 0.74% 0.45% -
HSV(B) 56.09º 0.85% 0.78% -
XYZ 41.77 48.2 8.33 -
YUV 173.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 199 188 30 0 0.06 0.85 0.22 56.09 0.74 0.45
Hex C7 BC 1E 0 6 55 16 38 4A 2D
Octal 307 274 36 0 6 125 26 70 112 55
Binary 11000111 10111100 11110 0 110 1010101 10110 111000 1001010 101101

Color Harmonies of #C7BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC1E

Black with #C7BC1E

Text Example


Text Example

White with #C7BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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