Html Css Color HEX #C5BC1E Bird Flower

📋 copy color: '#C5BC1E'

red 197 ◦ green 188 ◦ blue 30

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

Shades of Bird Flower #C5BC1E

Tints of Bird Flower #C5BC1E

RGB

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

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

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

R = 47.47%
G = 45.3%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5BC1E (or 0xC5BC1E) is known color: Bird Flower. HEX triplet: C5, BC and 1E. RGB value is (197,188,30). Sum of RGB (Red+Green+Blue) = 197+188+30=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC1E is #3A43E1. Grayscale: #ADADAD. Windows color (decimal): -3818466 or 2014405. OLE color: 2014405.

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

Color convert

RGB 197 188 30 -
CMYK 0 0.05 0.85 0.23
HSL 56.77º 0.74% 0.45% -
HSV(B) 56.77º 0.85% 0.77% -
XYZ 41.24 47.93 8.31 -
YUV 172.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 197 188 30 0 0.05 0.85 0.23 56.77 0.74 0.45
Hex C5 BC 1E 0 5 55 17 39 4A 2D
Octal 305 274 36 0 5 125 27 71 112 55
Binary 11000101 10111100 11110 0 101 1010101 10111 111001 1001010 101101

Color Harmonies of #C5BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC1E

Black with #C5BC1E

Text Example


Text Example

White with #C5BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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