Html Css Color HEX #BCD94D Conifer

📋 copy color: '#BCD94D'

red 188 ◦ green 217 ◦ blue 77

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

Shades of Conifer #BCD94D

Tints of Conifer #BCD94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.02%

 BLUE value IS 77 (30.47% from 255) = 15.98%

R = 39%
G = 45.02%
B = 15.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BCD94D (or 0xBCD94D) is known color: Conifer. HEX triplet: BC, D9 and 4D. RGB value is (188,217,77). Sum of RGB (Red+Green+Blue) = 188+217+77=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD94D is #4326B2. Grayscale: #C0C0C0. Windows color (decimal): -4400819 or 5102012. OLE color: 5102012.

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

Color convert

RGB 188 217 77 -
CMYK 0.13 0 0.65 0.15
HSL 72.43º 0.65% 0.58% -
HSV(B) 72.43º 0.65% 0.85% -
XYZ 46.89 60.85 16.3 -
YUV 192.37 62.89 124.88 -
System Red Green Blue C M Y K H S L
Decimal 188 217 77 0.13 0 0.65 0.15 72.43 0.65 0.58
Hex BC D9 4D D 0 41 F 48 41 3A
Octal 274 331 115 15 0 101 17 110 101 72
Binary 10111100 11011001 1001101 1101 0 1000001 1111 1001000 1000001 111010

Color Harmonies of #BCD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD94D

Black with #BCD94D

Text Example


Text Example

White with #BCD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD94D; }

 p { color: rgb(188,217,77); }

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

background-color css

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

 a { background-color: rgb(188,217,77); }

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

border-color css

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

 span { border-color: rgb(188,217,77); }

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