Html Css Color HEX #BCE94D Conifer

📋 copy color: '#BCE94D'

red 188 ◦ green 233 ◦ blue 77

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

Shades of Conifer #BCE94D

Tints of Conifer #BCE94D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.79%

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

R = 37.75%
G = 46.79%
B = 15.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#BCE94D (or 0xBCE94D) is known color: Conifer. HEX triplet: BC, E9 and 4D. RGB value is (188,233,77). Sum of RGB (Red+Green+Blue) = 188+233+77=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE94D is #4316B2. Grayscale: #CACACA. Windows color (decimal): -4396723 or 5106108. OLE color: 5106108.

HSL color Cylindrical-coordinate representation of color #BCE94D: hue angle of 77.31º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCE94D is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 77 -
CMYK 0.19 0 0.67 0.09
HSL 77.31º 0.78% 0.61% -
HSV(B) 77.31º 0.67% 0.91% -
XYZ 51.22 69.51 17.74 -
YUV 201.76 57.59 118.18 -
System Red Green Blue C M Y K H S L
Decimal 188 233 77 0.19 0 0.67 0.09 77.31 0.78 0.61
Hex BC E9 4D 13 0 43 9 4D 4E 3D
Octal 274 351 115 23 0 103 11 115 116 75
Binary 10111100 11101001 1001101 10011 0 1000011 1001 1001101 1001110 111101

Color Harmonies of #BCE94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE94D

Black with #BCE94D

Text Example


Text Example

White with #BCE94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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