#C2BD1D

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

Shades of Bird Flower #C2BD1D

Tints of Bird Flower #C2BD1D

Color information

#C2BD1D (or 0xC2BD1D) is unknown color: approx Bird Flower. HEX triplet: C2, BD and 1D. RGB value is (194,189,29). Sum of RGB (Red+Green+Blue) = 194+189+29=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD1D is #3D42E2. Grayscale: #ACACAC. Windows color (decimal): -4014819 or 1949122. OLE color: 1949122.

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

Color convert

RGB19418929-
CMYK00.030.850.24
HSL58.18º73.99%43.73%-
HSV(B)58.18º85.05%76.08%-
XYZ40.6747.958.27-
YUV172.2647.16143.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 189 (74.22% from 255) = 45.87%
BLUE value IS 29 (11.72% from 255) = 7.04%
R=47.09%
G=45.87%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941892900.030.850.2458.1873.9943.73
HexC2BD1D0355183a4a2c
Octal3022753503125307211254
Binary1100001010111101111010111010101110001110101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD1D; }

 p { color: rgb(194,189,29); }

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

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

 a { background-color: rgb(194,189,29); }

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

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

 span { border-color: rgb(194,189,29); }

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