Html Css Color HEX #BCE15B Conifer

📋 copy color: '#BCE15B'

red 188 ◦ green 225 ◦ blue 91

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

Shades of Conifer #BCE15B

Tints of Conifer #BCE15B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.64%

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

R = 37.3%
G = 44.64%
B = 18.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#BCE15B (or 0xBCE15B) is known color: Conifer. HEX triplet: BC, E1 and 5B. RGB value is (188,225,91). Sum of RGB (Red+Green+Blue) = 188+225+91=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE15B is #431EA4. Grayscale: #C7C7C7. Windows color (decimal): -4398757 or 6021564. OLE color: 6021564.

HSL color Cylindrical-coordinate representation of color #BCE15B: hue angle of 76.57º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCE15B is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 91 -
CMYK 0.16 0 0.60 0.12
HSL 76.57º 0.69% 0.62% -
HSV(B) 76.57º 0.6% 0.88% -
XYZ 49.55 65.3 19.89 -
YUV 198.66 67.24 120.4 -
System Red Green Blue C M Y K H S L
Decimal 188 225 91 0.16 0 0.60 0.12 76.57 0.69 0.62
Hex BC E1 5B 10 0 3C C 4D 45 3E
Octal 274 341 133 20 0 74 14 115 105 76
Binary 10111100 11100001 1011011 10000 0 111100 1100 1001101 1000101 111110

Color Harmonies of #BCE15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE15B

Black with #BCE15B

Text Example


Text Example

White with #BCE15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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