Html Css Color HEX #BCE15D Conifer

📋 copy color: '#BCE15D'

red 188 ◦ green 225 ◦ blue 93

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

Shades of Conifer #BCE15D

Tints of Conifer #BCE15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.38%

R = 37.15%
G = 44.47%
B = 18.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#BCE15D (or 0xBCE15D) is known color: Conifer. HEX triplet: BC, E1 and 5D. RGB value is (188,225,93). Sum of RGB (Red+Green+Blue) = 188+225+93=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE15D is #431EA2. Grayscale: #C7C7C7. Windows color (decimal): -4398755 or 6152636. OLE color: 6152636.

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

Color convert

RGB 188 225 93 -
CMYK 0.16 0 0.59 0.12
HSL 76.82º 0.69% 0.62% -
HSV(B) 76.82º 0.59% 0.88% -
XYZ 49.64 65.33 20.35 -
YUV 198.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 188 225 93 0.16 0 0.59 0.12 76.82 0.69 0.62
Hex BC E1 5D 10 0 3B C 4D 45 3E
Octal 274 341 135 20 0 73 14 115 105 76
Binary 10111100 11100001 1011101 10000 0 111011 1100 1001101 1000101 111110

Color Harmonies of #BCE15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE15D

Black with #BCE15D

Text Example


Text Example

White with #BCE15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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