Html Css Color HEX #BCDD47 Conifer

📋 copy color: '#BCDD47'

red 188 ◦ green 221 ◦ blue 71

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

Shades of Conifer #BCDD47

Tints of Conifer #BCDD47

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.04%

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

R = 39.17%
G = 46.04%
B = 14.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#BCDD47 (or 0xBCDD47) is known color: Conifer. HEX triplet: BC, DD and 47. RGB value is (188,221,71). Sum of RGB (Red+Green+Blue) = 188+221+71=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD47 is #4322B8. Grayscale: #C2C2C2. Windows color (decimal): -4399801 or 4709820. OLE color: 4709820.

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

Color convert

RGB 188 221 71 -
CMYK 0.15 0 0.68 0.13
HSL 73.2º 0.69% 0.57% -
HSV(B) 73.2º 0.68% 0.87% -
XYZ 47.73 62.86 15.58 -
YUV 194.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 188 221 71 0.15 0 0.68 0.13 73.2 0.69 0.57
Hex BC DD 47 F 0 44 D 49 45 39
Octal 274 335 107 17 0 104 15 111 105 71
Binary 10111100 11011101 1000111 1111 0 1000100 1101 1001001 1000101 111001

Color Harmonies of #BCDD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD47

Black with #BCDD47

Text Example


Text Example

White with #BCDD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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