Html Css Color HEX #C3BC18 Bird Flower

📋 copy color: '#C3BC18'

red 195 ◦ green 188 ◦ blue 24

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

Shades of Bird Flower #C3BC18

Tints of Bird Flower #C3BC18

RGB

 RED value IS 195 (76.56% from 255) = 47.91%

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

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

R = 47.91%
G = 46.19%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C3BC18 (or 0xC3BC18) is known color: Bird Flower. HEX triplet: C3, BC and 18. RGB value is (195,188,24). Sum of RGB (Red+Green+Blue) = 195+188+24=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BC18 is #3C43E7. Grayscale: #ACACAC. Windows color (decimal): -3949544 or 1621187. OLE color: 1621187.

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

Color convert

RGB 195 188 24 -
CMYK 0 0.04 0.88 0.24
HSL 57.54º 0.78% 0.43% -
HSV(B) 57.54º 0.88% 0.76% -
XYZ 40.65 47.63 7.92 -
YUV 171.4 44.82 144.84 -
System Red Green Blue C M Y K H S L
Decimal 195 188 24 0 0.04 0.88 0.24 57.54 0.78 0.43
Hex C3 BC 18 0 4 58 18 3A 4E 2B
Octal 303 274 30 0 4 130 30 72 116 53
Binary 11000011 10111100 11000 0 100 1011000 11000 111010 1001110 101011

Color Harmonies of #C3BC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC18

Black with #C3BC18

Text Example


Text Example

White with #C3BC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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