#C3BE1C

Color #C3BE1C Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C3BE1C

Tints of Bird Flower #C3BE1C

Color information

#C3BE1C (or 0xC3BE1C) is unknown color: approx Bird Flower. HEX triplet: C3, BE and 1C. RGB value is (195,190,28). Sum of RGB (Red+Green+Blue) = 195+190+28=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE1C is #3C41E3. Grayscale: #ADADAD. Windows color (decimal): -3949028 or 1883843. OLE color: 1883843.

HSL color Cylindrical-coordinate representation of color #C3BE1C: hue angle of 58.2º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3BE1C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB19519028-
CMYK00.030.860.24
HSL58.2º74.89%43.73%-
HSV(B)58.2º85.64%76.47%-
XYZ41.1348.518.29-
YUV173.0346.16143.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 28 (11.33% from 255) = 6.78%
R=47.22%
G=46.00%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951902800.030.860.2458.274.8943.73
HexC3BE1C0356183a4b2c
Octal3032763403126307211354
Binary1100001110111110111000111010110110001110101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE1C; }

 p { color: rgb(195,190,28); }

 H1.HeaderClassName
 {
   color: #C3BE1C;
 }
 .AnyTagClassName
 {
   color: #C3BE1C;
 }
</style>
background-color css

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

 a { background-color: rgb(195,190,28); }

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

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

 span { border-color: rgb(195,190,28); }

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