Html Css Color HEX #BCF05C Conifer

📋 copy color: '#BCF05C'

red 188 ◦ green 240 ◦ blue 92

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

Shades of Conifer #BCF05C

Tints of Conifer #BCF05C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.15%

 BLUE value IS 92 (36.33% from 255) = 17.69%

R = 36.15%
G = 46.15%
B = 17.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#BCF05C (or 0xBCF05C) is known color: Conifer. HEX triplet: BC, F0 and 5C. RGB value is (188,240,92). Sum of RGB (Red+Green+Blue) = 188+240+92=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF05C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF05C is #430FA3. Grayscale: #D0D0D0. Windows color (decimal): -4394916 or 6090940. OLE color: 6090940.

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

Color convert

RGB 188 240 92 -
CMYK 0.22 0 0.62 0.06
HSL 81.08º 0.83% 0.65% -
HSV(B) 81.08º 0.62% 0.94% -
XYZ 53.83 73.78 21.53 -
YUV 207.58 62.77 114.03 -
System Red Green Blue C M Y K H S L
Decimal 188 240 92 0.22 0 0.62 0.06 81.08 0.83 0.65
Hex BC F0 5C 16 0 3E 6 51 53 41
Octal 274 360 134 26 0 76 6 121 123 101
Binary 10111100 11110000 1011100 10110 0 111110 110 1010001 1010011 1000001

Color Harmonies of #BCF05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF05C

Black with #BCF05C

Text Example


Text Example

White with #BCF05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF05C; }

 p { color: rgb(188,240,92); }

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

background-color css

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

 a { background-color: rgb(188,240,92); }

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

border-color css

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

 span { border-color: rgb(188,240,92); }

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