Html Css Color HEX #BCDC47 Conifer

📋 copy color: '#BCDC47'

red 188 ◦ green 220 ◦ blue 71

#BCDC47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BCDC47

Tints of Conifer #BCDC47

RGB

 RED value IS 188 (73.83% from 255) = 39.25%

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 71 (28.13% from 255) = 14.82%

R = 39.25%
G = 45.93%
B = 14.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#BCDC47 (or 0xBCDC47) is known color: Conifer. HEX triplet: BC, DC and 47. RGB value is (188,220,71). Sum of RGB (Red+Green+Blue) = 188+220+71=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC47 is #4323B8. Grayscale: #C2C2C2. Windows color (decimal): -4400057 or 4709564. OLE color: 4709564.

HSL color Cylindrical-coordinate representation of color #BCDC47: hue angle of 72.89º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCDC47 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 71 -
CMYK 0.15 0 0.68 0.14
HSL 72.89º 0.68% 0.57% -
HSV(B) 72.89º 0.68% 0.86% -
XYZ 47.47 62.33 15.49 -
YUV 193.45 58.9 124.12 -
System Red Green Blue C M Y K H S L
Decimal 188 220 71 0.15 0 0.68 0.14 72.89 0.68 0.57
Hex BC DC 47 F 0 44 E 49 44 39
Octal 274 334 107 17 0 104 16 111 104 71
Binary 10111100 11011100 1000111 1111 0 1000100 1110 1001001 1000100 111001

Color Harmonies of #BCDC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC47

Black with #BCDC47

Text Example


Text Example

White with #BCDC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC47; }

 p { color: rgb(188,220,71); }

 H1.HeaderClassName
 {
   color: #BCDC47;
 }
 .AnyTagClassName
 {
   color: #BCDC47;
 }
</style>

background-color css

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

 a { background-color: rgb(188,220,71); }

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

border-color css

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

 span { border-color: rgb(188,220,71); }

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