Html Css Color HEX #BCF260 Conifer

📋 copy color: '#BCF260'

red 188 ◦ green 242 ◦ blue 96

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

Shades of Conifer #BCF260

Tints of Conifer #BCF260

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.01%

 BLUE value IS 96 (37.89% from 255) = 18.25%

R = 35.74%
G = 46.01%
B = 18.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#BCF260 (or 0xBCF260) is known color: Conifer. HEX triplet: BC, F2 and 60. RGB value is (188,242,96). Sum of RGB (Red+Green+Blue) = 188+242+96=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF260 is #430D9F. Grayscale: #D1D1D1. Windows color (decimal): -4394400 or 6353596. OLE color: 6353596.

HSL color Cylindrical-coordinate representation of color #BCF260: hue angle of 82.19º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF260 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 96 -
CMYK 0.22 0 0.60 0.05
HSL 82.19º 0.85% 0.66% -
HSV(B) 82.19º 0.6% 0.95% -
XYZ 54.6 75.04 22.67 -
YUV 209.21 64.11 112.87 -
System Red Green Blue C M Y K H S L
Decimal 188 242 96 0.22 0 0.60 0.05 82.19 0.85 0.66
Hex BC F2 60 16 0 3C 5 52 55 42
Octal 274 362 140 26 0 74 5 122 125 102
Binary 10111100 11110010 1100000 10110 0 111100 101 1010010 1010101 1000010

Color Harmonies of #BCF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF260

Black with #BCF260

Text Example


Text Example

White with #BCF260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF260; }

 p { color: rgb(188,242,96); }

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

background-color css

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

 a { background-color: rgb(188,242,96); }

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

border-color css

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

 span { border-color: rgb(188,242,96); }

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