Html Css Color HEX #BCF060 Conifer

📋 copy color: '#BCF060'

red 188 ◦ green 240 ◦ blue 96

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

Shades of Conifer #BCF060

Tints of Conifer #BCF060

RGB

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

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

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

R = 35.88%
G = 45.8%
B = 18.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#BCF060 (or 0xBCF060) is known color: Conifer. HEX triplet: BC, F0 and 60. RGB value is (188,240,96). Sum of RGB (Red+Green+Blue) = 188+240+96=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF060 is #430F9F. Grayscale: #D0D0D0. Windows color (decimal): -4394912 or 6353084. OLE color: 6353084.

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

Color convert

RGB 188 240 96 -
CMYK 0.22 0 0.6 0.06
HSL 81.67º 0.83% 0.66% -
HSV(B) 81.67º 0.6% 0.94% -
XYZ 54.01 73.86 22.48 -
YUV 208.04 64.77 113.71 -
System Red Green Blue C M Y K H S L
Decimal 188 240 96 0.22 0 0.6 0.06 81.67 0.83 0.66
Hex BC F0 60 16 0 3C 6 52 53 42
Octal 274 360 140 26 0 74 6 122 123 102
Binary 10111100 11110000 1100000 10110 0 111100 110 1010010 1010011 1000010

Color Harmonies of #BCF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF060

Black with #BCF060

Text Example


Text Example

White with #BCF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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