Html Css Color HEX #C5B623 Bird Flower

📋 copy color: '#C5B623'

red 197 ◦ green 182 ◦ blue 35

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

Shades of Bird Flower #C5B623

Tints of Bird Flower #C5B623

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.96%

 BLUE value IS 35 (14.06% from 255) = 8.45%

R = 47.58%
G = 43.96%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5B623 (or 0xC5B623) is known color: Bird Flower. HEX triplet: C5, B6 and 23. RGB value is (197,182,35). Sum of RGB (Red+Green+Blue) = 197+182+35=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B623 is #3A49DC. Grayscale: #AAAAAA. Windows color (decimal): -3819997 or 2340549. OLE color: 2340549.

HSL color Cylindrical-coordinate representation of color #C5B623: hue angle of 54.44º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5B623 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 182 35 -
CMYK 0 0.08 0.82 0.23
HSL 54.44º 0.7% 0.45% -
HSV(B) 54.44º 0.82% 0.77% -
XYZ 40.06 45.45 8.25 -
YUV 169.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 197 182 35 0 0.08 0.82 0.23 54.44 0.7 0.45
Hex C5 B6 23 0 8 52 17 36 46 2D
Octal 305 266 43 0 10 122 27 66 106 55
Binary 11000101 10110110 100011 0 1000 1010010 10111 110110 1000110 101101

Color Harmonies of #C5B623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B623

Black with #C5B623

Text Example


Text Example

White with #C5B623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B623; }

 p { color: rgb(197,182,35); }

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

background-color css

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

 a { background-color: rgb(197,182,35); }

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

border-color css

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

 span { border-color: rgb(197,182,35); }

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