Html Css Color HEX #C7BE1E Bird Flower

📋 copy color: '#C7BE1E'

red 199 ◦ green 190 ◦ blue 30

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

Shades of Bird Flower #C7BE1E

Tints of Bird Flower #C7BE1E

RGB

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

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

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

R = 47.49%
G = 45.35%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7BE1E (or 0xC7BE1E) is known color: Bird Flower. HEX triplet: C7, BE and 1E. RGB value is (199,190,30). Sum of RGB (Red+Green+Blue) = 199+190+30=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE1E is #3841E1. Grayscale: #AFAFAF. Windows color (decimal): -3686882 or 2014919. OLE color: 2014919.

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

Color convert

RGB 199 190 30 -
CMYK 0 0.05 0.85 0.22
HSL 56.8º 0.74% 0.45% -
HSV(B) 56.8º 0.85% 0.78% -
XYZ 42.2 49.06 8.47 -
YUV 174.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 199 190 30 0 0.05 0.85 0.22 56.8 0.74 0.45
Hex C7 BE 1E 0 5 55 16 39 4A 2D
Octal 307 276 36 0 5 125 26 71 112 55
Binary 11000111 10111110 11110 0 101 1010101 10110 111001 1001010 101101

Color Harmonies of #C7BE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE1E

Black with #C7BE1E

Text Example


Text Example

White with #C7BE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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