#BCD552

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

Shades of Conifer #BCD552

Tints of Conifer #BCD552

Color information

#BCD552 (or 0xBCD552) is unknown color: approx Conifer. HEX triplet: BC, D5 and 52. RGB value is (188,213,82). Sum of RGB (Red+Green+Blue) = 188+213+82=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD552 is #432AAD. Grayscale: #BFBFBF. Windows color (decimal): -4401838 or 5428668. OLE color: 5428668.

HSL color Cylindrical-coordinate representation of color #BCD552: hue angle of 71.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCD552 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB18821382-
CMYK0.1200.620.16
HSL71.45º60.93%57.84%-
HSV(B)71.45º61.5%83.53%-
XYZ46.0658.8916.92-
YUV190.5966.72126.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 213 (83.59% from 255) = 44.10%
BLUE value IS 82 (32.42% from 255) = 16.98%
R=38.92%
G=44.10%
B=16.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188213820.1200.620.1671.4560.9357.84
HexBCD552C03E10473d3a
Octal27432512214076201077572
Binary1011110011010101101001011000111110100001000111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD552; }

 p { color: rgb(188,213,82); }

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

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

 a { background-color: rgb(188,213,82); }

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

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

 span { border-color: rgb(188,213,82); }

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