Html Css Color HEX #BCD84E Conifer

📋 copy color: '#BCD84E'

red 188 ◦ green 216 ◦ blue 78

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

Shades of Conifer #BCD84E

Tints of Conifer #BCD84E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.81%

 BLUE value IS 78 (30.86% from 255) = 16.18%

R = 39%
G = 44.81%
B = 16.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#BCD84E (or 0xBCD84E) is known color: Conifer. HEX triplet: BC, D8 and 4E. RGB value is (188,216,78). Sum of RGB (Red+Green+Blue) = 188+216+78=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD84E is #4327B1. Grayscale: #C0C0C0. Windows color (decimal): -4401074 or 5167292. OLE color: 5167292.

HSL color Cylindrical-coordinate representation of color #BCD84E: hue angle of 72.17º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCD84E is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 78 -
CMYK 0.13 0 0.64 0.15
HSL 72.17º 0.64% 0.58% -
HSV(B) 72.17º 0.64% 0.85% -
XYZ 46.67 60.35 16.4 -
YUV 191.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 188 216 78 0.13 0 0.64 0.15 72.17 0.64 0.58
Hex BC D8 4E D 0 40 F 48 40 3A
Octal 274 330 116 15 0 100 17 110 100 72
Binary 10111100 11011000 1001110 1101 0 1000000 1111 1001000 1000000 111010

Color Harmonies of #BCD84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD84E

Black with #BCD84E

Text Example


Text Example

White with #BCD84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD84E; }

 p { color: rgb(188,216,78); }

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

background-color css

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

 a { background-color: rgb(188,216,78); }

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

border-color css

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

 span { border-color: rgb(188,216,78); }

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