Html Css Color HEX #C5B61E Bird Flower

📋 copy color: '#C5B61E'

red 197 ◦ green 182 ◦ blue 30

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

Shades of Bird Flower #C5B61E

Tints of Bird Flower #C5B61E

RGB

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

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

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

R = 48.17%
G = 44.5%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5B61E (or 0xC5B61E) is known color: Bird Flower. HEX triplet: C5, B6 and 1E. RGB value is (197,182,30). Sum of RGB (Red+Green+Blue) = 197+182+30=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B61E is #3A49E1. Grayscale: #A9A9A9. Windows color (decimal): -3820002 or 2012869. OLE color: 2012869.

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

Color convert

RGB 197 182 30 -
CMYK 0 0.08 0.85 0.23
HSL 54.61º 0.74% 0.45% -
HSV(B) 54.61º 0.85% 0.77% -
XYZ 39.99 45.42 7.89 -
YUV 169.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 197 182 30 0 0.08 0.85 0.23 54.61 0.74 0.45
Hex C5 B6 1E 0 8 55 17 37 4A 2D
Octal 305 266 36 0 10 125 27 67 112 55
Binary 11000101 10110110 11110 0 1000 1010101 10111 110111 1001010 101101

Color Harmonies of #C5B61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B61E

Black with #C5B61E

Text Example


Text Example

White with #C5B61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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