#C2BE1B

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

Shades of Bird Flower #C2BE1B

Tints of Bird Flower #C2BE1B

Color information

#C2BE1B (or 0xC2BE1B) is unknown color: approx Bird Flower. HEX triplet: C2, BE and 1B. RGB value is (194,190,27). Sum of RGB (Red+Green+Blue) = 194+190+27=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE1B is #3D41E4. Grayscale: #ADADAD. Windows color (decimal): -4014565 or 1818306. OLE color: 1818306.

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

Color convert

RGB19419027-
CMYK00.020.860.24
HSL58.56º75.57%43.33%-
HSV(B)58.56º86.08%76.08%-
XYZ40.8648.388.22-
YUV172.6145.83143.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 190 (74.61% from 255) = 46.23%
BLUE value IS 27 (10.94% from 255) = 6.57%
R=47.20%
G=46.23%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941902700.020.860.2458.5675.5743.33
HexC2BE1B0256183b4c2b
Octal3022763302126307311453
Binary1100001010111110110110101010110110001110111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE1B; }

 p { color: rgb(194,190,27); }

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

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

 a { background-color: rgb(194,190,27); }

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

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

 span { border-color: rgb(194,190,27); }

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