Html Css Color HEX #BCE65B Conifer

📋 copy color: '#BCE65B'

red 188 ◦ green 230 ◦ blue 91

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

Shades of Conifer #BCE65B

Tints of Conifer #BCE65B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.19%

 BLUE value IS 91 (35.94% from 255) = 17.88%

R = 36.94%
G = 45.19%
B = 17.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#BCE65B (or 0xBCE65B) is known color: Conifer. HEX triplet: BC, E6 and 5B. RGB value is (188,230,91). Sum of RGB (Red+Green+Blue) = 188+230+91=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE65B is #4319A4. Grayscale: #CACACA. Windows color (decimal): -4397477 or 6022844. OLE color: 6022844.

HSL color Cylindrical-coordinate representation of color #BCE65B: hue angle of 78.13º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCE65B is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 91 -
CMYK 0.18 0 0.60 0.10
HSL 78.13º 0.74% 0.63% -
HSV(B) 78.13º 0.6% 0.9% -
XYZ 50.92 68.04 20.35 -
YUV 201.6 65.59 118.3 -
System Red Green Blue C M Y K H S L
Decimal 188 230 91 0.18 0 0.60 0.10 78.13 0.74 0.63
Hex BC E6 5B 12 0 3C A 4E 4A 3F
Octal 274 346 133 22 0 74 12 116 112 77
Binary 10111100 11100110 1011011 10010 0 111100 1010 1001110 1001010 111111

Color Harmonies of #BCE65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE65B

Black with #BCE65B

Text Example


Text Example

White with #BCE65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE65B; }

 p { color: rgb(188,230,91); }

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

background-color css

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

 a { background-color: rgb(188,230,91); }

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

border-color css

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

 span { border-color: rgb(188,230,91); }

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