Html Css Color HEX #C5B30E Bird Flower

📋 copy color: '#C5B30E'

red 197 ◦ green 179 ◦ blue 14

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

Shades of Bird Flower #C5B30E

Tints of Bird Flower #C5B30E

RGB

 RED value IS 197 (77.34% from 255) = 50.51%

 GREEN value IS 179 (70.31% from 255) = 45.9%

 BLUE value IS 14 (5.86% from 255) = 3.59%

R = 50.51%
G = 45.9%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5B30E (or 0xC5B30E) is known color: Bird Flower. HEX triplet: C5, B3 and 0E. RGB value is (197,179,14). Sum of RGB (Red+Green+Blue) = 197+179+14=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B30E is #3A4CF1. Grayscale: #A6A6A6. Windows color (decimal): -3820786 or 963525. OLE color: 963525.

HSL color Cylindrical-coordinate representation of color #C5B30E: hue angle of 54.1º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5B30E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 14 -
CMYK 0 0.09 0.93 0.23
HSL 54.1º 0.87% 0.41% -
HSV(B) 54.1º 0.93% 0.77% -
XYZ 39.23 44.14 6.87 -
YUV 165.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 197 179 14 0 0.09 0.93 0.23 54.1 0.87 0.41
Hex C5 B3 E 0 9 5D 17 36 57 29
Octal 305 263 16 0 11 135 27 66 127 51
Binary 11000101 10110011 1110 0 1001 1011101 10111 110110 1010111 101001

Color Harmonies of #C5B30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B30E

Black with #C5B30E

Text Example


Text Example

White with #C5B30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B30E; }

 p { color: rgb(197,179,14); }

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

background-color css

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

 a { background-color: rgb(197,179,14); }

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

border-color css

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

 span { border-color: rgb(197,179,14); }

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