Html Css Color HEX #C5BE15 Bird Flower

📋 copy color: '#C5BE15'

red 197 ◦ green 190 ◦ blue 21

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

Shades of Bird Flower #C5BE15

Tints of Bird Flower #C5BE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.15%

R = 48.28%
G = 46.57%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C5BE15 (or 0xC5BE15) is known color: Bird Flower. HEX triplet: C5, BE and 15. RGB value is (197,190,21). Sum of RGB (Red+Green+Blue) = 197+190+21=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BE15 is #3A41EA. Grayscale: #ADADAD. Windows color (decimal): -3817963 or 1425093. OLE color: 1425093.

HSL color Cylindrical-coordinate representation of color #C5BE15: hue angle of 57.61º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5BE15 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 21 -
CMYK 0 0.04 0.89 0.23
HSL 57.61º 0.81% 0.43% -
HSV(B) 57.61º 0.89% 0.77% -
XYZ 41.57 48.75 7.93 -
YUV 172.83 42.32 145.24 -
System Red Green Blue C M Y K H S L
Decimal 197 190 21 0 0.04 0.89 0.23 57.61 0.81 0.43
Hex C5 BE 15 0 4 59 17 3A 51 2B
Octal 305 276 25 0 4 131 27 72 121 53
Binary 11000101 10111110 10101 0 100 1011001 10111 111010 1010001 101011

Color Harmonies of #C5BE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE15

Black with #C5BE15

Text Example


Text Example

White with #C5BE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE15; }

 p { color: rgb(197,190,21); }

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

background-color css

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

 a { background-color: rgb(197,190,21); }

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

border-color css

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

 span { border-color: rgb(197,190,21); }

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