#C3BD1C

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

Shades of Bird Flower #C3BD1C

Tints of Bird Flower #C3BD1C

Color information

#C3BD1C (or 0xC3BD1C) is unknown color: approx Bird Flower. HEX triplet: C3, BD and 1C. RGB value is (195,189,28). Sum of RGB (Red+Green+Blue) = 195+189+28=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD1C is #3C42E3. Grayscale: #ADADAD. Windows color (decimal): -3949284 or 1883587. OLE color: 1883587.

HSL color Cylindrical-coordinate representation of color #C3BD1C: hue angle of 57.84º 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 #C3BD1C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB19518928-
CMYK00.030.860.24
HSL57.84º74.89%43.73%-
HSV(B)57.84º85.64%76.47%-
XYZ40.9148.088.22-
YUV172.4446.49144.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 189 (74.22% from 255) = 45.87%
BLUE value IS 28 (11.33% from 255) = 6.80%
R=47.33%
G=45.87%
B=6.80%

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
Decimal1951892800.030.860.2457.8474.8943.73
HexC3BD1C0356183a4b2c
Octal3032753403126307211354
Binary1100001110111101111000111010110110001110101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD1C; }

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

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

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

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

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

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

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

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