Html Css Color HEX #BCF15B Conifer

📋 copy color: '#BCF15B'

red 188 ◦ green 241 ◦ blue 91

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

Shades of Conifer #BCF15B

Tints of Conifer #BCF15B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.35%

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

R = 36.15%
G = 46.35%
B = 17.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#BCF15B (or 0xBCF15B) is known color: Conifer. HEX triplet: BC, F1 and 5B. RGB value is (188,241,91). Sum of RGB (Red+Green+Blue) = 188+241+91=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF15B is #430EA4. Grayscale: #D0D0D0. Windows color (decimal): -4394661 or 6025660. OLE color: 6025660.

HSL color Cylindrical-coordinate representation of color #BCF15B: hue angle of 81.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCF15B is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 91 -
CMYK 0.22 0 0.62 0.05
HSL 81.2º 0.84% 0.65% -
HSV(B) 81.2º 0.62% 0.95% -
XYZ 54.08 74.36 21.4 -
YUV 208.05 61.94 113.7 -
System Red Green Blue C M Y K H S L
Decimal 188 241 91 0.22 0 0.62 0.05 81.2 0.84 0.65
Hex BC F1 5B 16 0 3E 5 51 54 41
Octal 274 361 133 26 0 76 5 121 124 101
Binary 10111100 11110001 1011011 10110 0 111110 101 1010001 1010100 1000001

Color Harmonies of #BCF15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF15B

Black with #BCF15B

Text Example


Text Example

White with #BCF15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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