Html Css Color HEX #C5BC18 Bird Flower

📋 copy color: '#C5BC18'

red 197 ◦ green 188 ◦ blue 24

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

Shades of Bird Flower #C5BC18

Tints of Bird Flower #C5BC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.87%

R = 48.17%
G = 45.97%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C5BC18 (or 0xC5BC18) is known color: Bird Flower. HEX triplet: C5, BC and 18. RGB value is (197,188,24). Sum of RGB (Red+Green+Blue) = 197+188+24=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BC18 is #3A43E7. Grayscale: #ACACAC. Windows color (decimal): -3818472 or 1621189. OLE color: 1621189.

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

Color convert

RGB 197 188 24 -
CMYK 0 0.05 0.88 0.23
HSL 56.88º 0.78% 0.43% -
HSV(B) 56.88º 0.88% 0.77% -
XYZ 41.17 47.9 7.94 -
YUV 172 44.48 145.84 -
System Red Green Blue C M Y K H S L
Decimal 197 188 24 0 0.05 0.88 0.23 56.88 0.78 0.43
Hex C5 BC 18 0 5 58 17 39 4E 2B
Octal 305 274 30 0 5 130 27 71 116 53
Binary 11000101 10111100 11000 0 101 1011000 10111 111001 1001110 101011

Color Harmonies of #C5BC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC18

Black with #C5BC18

Text Example


Text Example

White with #C5BC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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