Html Css Color HEX #BCD94F Conifer

📋 copy color: '#BCD94F'

red 188 ◦ green 217 ◦ blue 79

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

Shades of Conifer #BCD94F

Tints of Conifer #BCD94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.32%

R = 38.84%
G = 44.83%
B = 16.32%

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

#BCD94F (or 0xBCD94F) is known color: Conifer. HEX triplet: BC, D9 and 4F. RGB value is (188,217,79). Sum of RGB (Red+Green+Blue) = 188+217+79=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD94F is #4326B0. Grayscale: #C1C1C1. Windows color (decimal): -4400817 or 5233084. OLE color: 5233084.

HSL color Cylindrical-coordinate representation of color #BCD94F: hue angle of 72.61º 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 #BCD94F is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 79 -
CMYK 0.13 0 0.64 0.15
HSL 72.61º 0.64% 0.58% -
HSV(B) 72.61º 0.64% 0.85% -
XYZ 46.96 60.88 16.67 -
YUV 192.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 188 217 79 0.13 0 0.64 0.15 72.61 0.64 0.58
Hex BC D9 4F D 0 40 F 49 40 3A
Octal 274 331 117 15 0 100 17 111 100 72
Binary 10111100 11011001 1001111 1101 0 1000000 1111 1001001 1000000 111010

Color Harmonies of #BCD94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD94F

Black with #BCD94F

Text Example


Text Example

White with #BCD94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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